mirror of
https://github.com/bspeice/qadapt
synced 2024-11-21 21:38:10 -05:00
Update versions and CHANGELOG
This commit is contained in:
parent
5d7be8e18e
commit
e68316527f
@ -1,3 +1,7 @@
|
|||||||
|
# Version 0.7.0 (2018-11-18)
|
||||||
|
|
||||||
|
- Fix conditional compilation flags never stripping QADAPT code
|
||||||
|
|
||||||
# Version 0.6.0 (2018-11-17)
|
# Version 0.6.0 (2018-11-17)
|
||||||
|
|
||||||
- Fixed exit early bugs when closures contained `return` statements
|
- Fixed exit early bugs when closures contained `return` statements
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "qadapt"
|
name = "qadapt"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||||||
description = "The Quick And Dirty Allocation Profiling Tool"
|
description = "The Quick And Dirty Allocation Profiling Tool"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
@ -22,4 +22,4 @@ libc = "0.2"
|
|||||||
spin = "0.4"
|
spin = "0.4"
|
||||||
thread-id = "3.3"
|
thread-id = "3.3"
|
||||||
|
|
||||||
qadapt-macro = { version = "0.6.0", path = "./qadapt-macro" }
|
qadapt-macro = { version = "0.7.0", path = "./qadapt-macro" }
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "qadapt-macro"
|
name = "qadapt-macro"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||||||
description = "The Quick And Dirty Allocation Profiling Tool - Support Macros"
|
description = "The Quick And Dirty Allocation Profiling Tool - Support Macros"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user