mirror of
				https://github.com/bspeice/qadapt
				synced 2025-10-31 01:20:36 -04:00 
			
		
		
		
	Update versions and CHANGELOG
This commit is contained in:
		| @ -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 | ||||
| @ -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" } | ||||
| @ -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" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user