From e46776cefb3634c89b44302d70551cdcf3bdb36d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jun 2024 11:28:00 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1f86b0..4fdca41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [2.1.0](https://github.com/AzHicham/openslide-rs/compare/2.0.2...2.1.0) (2024-06-04) + + +### Features + +* add dicom properties ([#150](https://github.com/AzHicham/openslide-rs/issues/150)) ([1229a2e](https://github.com/AzHicham/openslide-rs/commit/1229a2e197cb24dbb26f701e8d6d8707d4f8dede)) + + +### Bug Fixes + +* **deps:** update cargo ([#148](https://github.com/AzHicham/openslide-rs/issues/148)) ([962340c](https://github.com/AzHicham/openslide-rs/commit/962340c3f5eb331d085635b5b3a77c5b500fbe52)) + + +### Miscellaneous Chores + +* **deps:** update pre-commit ([#147](https://github.com/AzHicham/openslide-rs/issues/147)) ([6271386](https://github.com/AzHicham/openslide-rs/commit/6271386463ffa9bbab38e192a6d9c60cbc4939fd)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v37.333.0 ([#146](https://github.com/AzHicham/openslide-rs/issues/146)) ([102e773](https://github.com/AzHicham/openslide-rs/commit/102e7735c2d01c0231fe097c274129df26ff1f52)) + ## [2.0.2](https://github.com/AzHicham/openslide-rs/compare/2.0.1...2.0.2) (2024-04-11) diff --git a/Cargo.lock b/Cargo.lock index 93c5156..54785db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -323,7 +323,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openslide-rs" -version = "2.0.2" +version = "2.1.0" dependencies = [ "assert_approx_eq", "bencher", diff --git a/Cargo.toml b/Cargo.toml index a5d7998..65e5bf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openslide-rs" edition = "2021" -version = "2.0.2" +version = "2.1.0" authors = ["AzHicham "] description = "Rust bindings of OpenSlide C library" repository = "https://github.com/AzHicham/openslide-rs"