diff --git a/CHANGELOG.md b/CHANGELOG.md index 8708d8d..21d5264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.15.0](https://github.com/parallaxsecond/parsec-client-rust/tree/0.15.0) (2023-01-04) + +[Full Changelog](https://github.com/parallaxsecond/parsec-client-rust/compare/0.14.1...0.15.0) + +**Merged pull requests:** + +- Update to remove const\_err [\#107](https://github.com/parallaxsecond/parsec-client-rust/pull/107) ([marcsvll](https://github.com/marcsvll)) + ## [0.14.1](https://github.com/parallaxsecond/parsec-client-rust/tree/0.14.1) (2022-09-12) [Full Changelog](https://github.com/parallaxsecond/parsec-client-rust/compare/0.14.0...0.14.1) diff --git a/Cargo.toml b/Cargo.toml index 2fe651c..8fb69ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parsec-client" -version = "0.14.1" +version = "0.15.0" authors = ["Contributors to the Parsec project"] description = "Parsec Client library for the Rust ecosystem" license = "Apache-2.0" @@ -12,7 +12,7 @@ edition = "2018" documentation = "https://docs.rs/crate/parsec-client" [dependencies] -parsec-interface = "0.27.0" +parsec-interface = "0.28.0" num = "0.4.0" log = "0.4.17" derivative = "2.1.1"