Skip to content

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Sep 27, 2018
1 parent be766b7 commit b900162
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.6.2] - 2018-09-27
## [0.7.0] - 2018-09-27
### Added
- Italian support
- Appveyor CI
Expand All @@ -11,5 +11,5 @@ All notable changes to this project will be documented in this file.
### Added
- Add `get_shape` function

[0.6.2]: https://github.com/snipsco/snips-nlu-utils/compare/0.6.1...0.6.2
[0.7.0]: https://github.com/snipsco/snips-nlu-utils/compare/0.6.1...0.7.0
[0.6.1]: https://github.com/snipsco/snips-nlu-utils/compare/0.6.0...0.6.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-utils"
version = "0.6.2"
version = "0.7.0"
authors = ["Adrien Ball <[email protected]>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion python/snips_nlu_utils/__version__
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2
0.7.0
4 changes: 2 additions & 2 deletions python/snips_nlu_utils_py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "snips-nlu-utils-py"
version = "0.6.2"
version = "0.7.0"
authors = ["Adrien Ball <[email protected]>"]

[lib]
name = "_snips_nlu_utils_py"
crate-type = ["cdylib"]

[dependencies]
snips-nlu-utils = { git = "https://github.com/snipsco/snips-nlu-utils", tag = "0.6.2" }
snips-nlu-utils = { git = "https://github.com/snipsco/snips-nlu-utils", tag = "0.7.0" }
cpython = { version="0.1", default-features=false }

0 comments on commit b900162

Please sign in to comment.