Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Jun 27, 2021
1 parent 7d03e55 commit bd6c3cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enchant"
version = "0.2.0"
version = "0.3.0"
authors = ["Jan Tojnar <jtojnar@gmail.com>"]
description = "Bindings for Enchant spell checking library"
repository = "https://github.com/patronus-checker/enchant-rs.git"
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### v0.3.0 (unreleased)
### v0.3.0 (2021-06-27)
* Fixed premature freeing of Broker (https://github.com/patronus-checker/enchant-rs/issues/4).
* Minor **BC break**: Broker no longer implements `Drop` trait, it was moved to internal reference-counted value. (https://github.com/patronus-checker/enchant-rs/pull/5).

Expand Down
2 changes: 1 addition & 1 deletion enchant-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enchant-sys"
version = "0.2.0"
version = "0.2.1"
authors = ["Jan Tojnar <jtojnar@gmail.com>"]
description = "FFI bindings to Enchant"
license = "LGPL-2.1-or-later"
Expand Down

0 comments on commit bd6c3cd

Please sign in to comment.