Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienball committed Apr 29, 2024
1 parent bb13573 commit 77b88e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.9.0] - 2024-04-29
### Changed
- Remove the `Result` in the `run` API [#43](https://github.com/snipsco/gazetteer-entity-parser/pull/43)
- Consume the `Parser` object during injection [#43](https://github.com/snipsco/gazetteer-entity-parser/pull/43)
- Improve the memory footprint of `ResolvedSymbolTable` [#43](https://github.com/snipsco/gazetteer-entity-parser/pull/43)
- Update dependencies and remove examples + benches [#46](https://github.com/snipsco/gazetteer-entity-parser/pull/46)

## [0.8.0] - 2019-08-27
### Changed
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 = "gazetteer-entity-parser"
version = "0.8.0"
version = "0.9.0"
authors = ["Alaa Saade <[email protected]>"]
repository = "https://github.com/snipsco/gazetteer-entity-parser"
description = "Gazetteer-based entity parser"
Expand Down

0 comments on commit 77b88e3

Please sign in to comment.