Skip to content

Commit

Permalink
Release 0.67.2 (#157)
Browse files Browse the repository at this point in the history
* Bump version to 0.67.2

* Update Changelog
  • Loading branch information
adrienball authored Sep 6, 2019
1 parent a476478 commit ba73675
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.67.2] - 2019-09-06
### Fixed
- Update kotlin ontology to make parceler happy [#156](https://github.com/snipsco/snips-nlu-ontology/pull/156)

## [0.67.1] - 2019-09-02
### Fixed
- Add default deserialization for alternative intents and slot values when missing [#155](https://github.com/snipsco/snips-nlu-ontology/pull/155)
Expand Down Expand Up @@ -205,6 +209,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Updated Rustling ontology to `0.16.4`

[0.67.2]: https://github.com/snipsco/snips-nlu-ontology/compare/0.67.1...0.67.2
[0.67.1]: https://github.com/snipsco/snips-nlu-ontology/compare/0.67.0...0.67.1
[0.67.0]: https://github.com/snipsco/snips-nlu-ontology/compare/0.66.0...0.67.0
[0.66.0]: https://github.com/snipsco/snips-nlu-ontology/compare/0.65.0...0.66.0
Expand Down
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-ontology"
version = "0.67.1"
version = "0.67.2"
authors = [
"Adrien Ball <[email protected]>",
"Thibaut Lorrain <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion doc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ontology-doc"
version = "0.67.1"
version = "0.67.2"
authors = ["Adrien Ball <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ontology-ffi"
version = "0.67.1"
version = "0.67.2"
authors = ["Kevin Lefevre <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion ffi/ffi-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ontology-ffi-macros"
version = "0.67.1"
version = "0.67.2"
authors = [
"Kevin Lefevre <[email protected]>",
"Thibaut Lorrain <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion platforms/kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
}

version = "0.67.1"
version = "0.67.2"
group = "ai.snips"


Expand Down

0 comments on commit ba73675

Please sign in to comment.