Skip to content

Commit

Permalink
Merge pull request #23 from snipsco/release/0.5.0
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
adrienball authored Oct 1, 2018
2 parents 475be74 + 0eac71f commit 367d9dc
Show file tree
Hide file tree
Showing 24 changed files with 696 additions and 252 deletions.
14 changes: 0 additions & 14 deletions .dinghy.toml

This file was deleted.

13 changes: 0 additions & 13 deletions .targets/target-ios-x86_64_main_mobile.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .targets/target-linux-arm-jessie_main_desktop.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .targets/target-linux-arm-stretch_desktop.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .targets/target-linux-x86-stretch_main_desktop.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .targets/target-macos_main_desktop.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: rust

rust:
- stable
- beta
- nightly

matrix:
allow_failures:
- rust: nightly

script:
- cargo build --all
- cargo check --benches --examples
- cargo test --all
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.5.0] - 2018-10-01
### Changed
- Clearer `ParserBuilder`'s API

[0.5.0]: https://github.com/snipsco/gazetteer-entity-parser/compare/0.4.2...0.5.0
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gazetteer-entity-parser"
version = "0.4.2"
version = "0.5.0"
authors = ["Alaa Saade <alaa.saade@snips.ai>"]

[profile.bench]
Expand All @@ -26,4 +26,7 @@ name = "bench_parser"
harness = false

[[example]]
name = "demo_app"
name = "interactive_parsing_cli"

[[example]]
name = "entity_parsing_from_scratch"
70 changes: 0 additions & 70 deletions Jenkinsfile

This file was deleted.

12 changes: 12 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## License

Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.
Loading

0 comments on commit 367d9dc

Please sign in to comment.