From acca12ca5e1dcc8c6986bce03a76d96adc634dcd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 9 Dec 2023 13:32:40 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] --- CHANGELOG.md | 25 +++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6b0470f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +## [2.0.0](https://github.com/AzHicham/openslide-rs/compare/1.2.1...2.0.0) (2023-12-09) + + +### ⚠ BREAKING CHANGES + +* Improve API (#117) + +### Features + +* Add support for Openslide 4.x ([#118](https://github.com/AzHicham/openslide-rs/issues/118)) ([1911455](https://github.com/AzHicham/openslide-rs/commit/1911455402a3039f56a72cc8befd60da3bc72711)) + + +### Bug Fixes + +* **deps:** update rust crate openslide-sys to 1.0.1 ([#103](https://github.com/AzHicham/openslide-rs/issues/103)) ([e16646d](https://github.com/AzHicham/openslide-rs/commit/e16646d152426afb4ea76ca073c0b00ebc8b433c)) + + +### CI/CD + +* Update deps & ci ([#120](https://github.com/AzHicham/openslide-rs/issues/120)) ([906f09a](https://github.com/AzHicham/openslide-rs/commit/906f09a9e40acb268735fbebd178862a8d4902d5)) + + +### Code Refactoring + +* Improve API ([#117](https://github.com/AzHicham/openslide-rs/issues/117)) ([89bfe54](https://github.com/AzHicham/openslide-rs/commit/89bfe54d3f67be427ccf4d77d1a111cb8b7a6e8b)) diff --git a/Cargo.lock b/Cargo.lock index dc6a15c..cfbcd69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -351,7 +351,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openslide-rs" -version = "1.2.1" +version = "2.0.0" dependencies = [ "assert_approx_eq", "bencher", diff --git a/Cargo.toml b/Cargo.toml index 3c7e090..bd86e4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openslide-rs" edition = "2021" -version = "1.2.1" +version = "2.0.0" authors = ["AzHicham "] description = "Rust bindings of OpenSlide C library" repository = "https://github.com/AzHicham/openslide-rs"