Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Jun 4, 2024
1 parent 1229a2e commit e46776c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openslide-rs"
edition = "2021"
version = "2.0.2"
version = "2.1.0"
authors = ["AzHicham <hicham.azimani1@gmail.com>"]
description = "Rust bindings of OpenSlide C library"
repository = "https://github.com/AzHicham/openslide-rs"
Expand Down

0 comments on commit e46776c

Please sign in to comment.