Update versions and CHANGELOG

pull/3/head
Bradlee Speice 2018-11-18 21:30:55 -05:00
parent 5d7be8e18e
commit e68316527f
3 changed files with 7 additions and 3 deletions

View File

@ -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)
- Fixed exit early bugs when closures contained `return` statements

View File

@ -1,6 +1,6 @@
[package]
name = "qadapt"
version = "0.6.0"
version = "0.7.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
description = "The Quick And Dirty Allocation Profiling Tool"
license = "Apache-2.0"
@ -22,4 +22,4 @@ libc = "0.2"
spin = "0.4"
thread-id = "3.3"
qadapt-macro = { version = "0.6.0", path = "./qadapt-macro" }
qadapt-macro = { version = "0.7.0", path = "./qadapt-macro" }

View File

@ -1,6 +1,6 @@
[package]
name = "qadapt-macro"
version = "0.6.0"
version = "0.7.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
description = "The Quick And Dirty Allocation Profiling Tool - Support Macros"
license = "Apache-2.0"