Get licensing and stuff in place

pull/3/head
Bradlee Speice 2018-11-17 10:39:38 -05:00
parent 3341faeb91
commit daabd22dc7
4 changed files with 19 additions and 3 deletions

3
CHANGELOG Normal file
View File

@ -0,0 +1,3 @@
# 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.5.0"
version = "0.6.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.5.0", path = "./qadapt-macro" }
qadapt-macro = { version = "0.6.0", path = "./qadapt-macro" }

13
LICENSE Normal file
View File

@ -0,0 +1,13 @@
Copyright 2018 Bradlee Speice
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

View File

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