Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Dec 9, 2023
1 parent 906f09a commit acca12c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
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 = "1.2.1"
version = "2.0.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 acca12c

Please sign in to comment.