Skip to content

Commit

Permalink
chore(release): 1.0.5
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Jan 24, 2024
1 parent 9520206 commit 7fbd9f7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [1.0.5](https://github.com/AzHicham/openslide-sys/compare/1.0.4...1.0.5) (2024-01-24)


### Bug Fixes

* security issue with shlex ([#62](https://github.com/AzHicham/openslide-sys/issues/62)) ([9520206](https://github.com/AzHicham/openslide-sys/commit/952020696e5411ecdd1283a63fb988f1225af790))


### CI/CD

* delete dependabot file ([ebecfb0](https://github.com/AzHicham/openslide-sys/commit/ebecfb0b66997e00f0d96dead062bcdf0c53ae54))
* Schedule renovate update ([2bd6544](https://github.com/AzHicham/openslide-sys/commit/2bd654491fbb8784356a6a037c3a76c2efaa0644))
* Update release workflow ([#56](https://github.com/AzHicham/openslide-sys/issues/56)) ([2651f98](https://github.com/AzHicham/openslide-sys/commit/2651f983fa1e9ad729d06e1bf4a0aeb6c2c48ba6))


### Miscellaneous Chores

* **deps:** bump pkg-config from 0.3.27 to 0.3.28 ([#59](https://github.com/AzHicham/openslide-sys/issues/59)) ([45ecb86](https://github.com/AzHicham/openslide-sys/commit/45ecb86a90b9ba104fc6ec80be5ba104ffb524bd))
* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v37.104.0 ([#58](https://github.com/AzHicham/openslide-sys/issues/58)) ([a7b8580](https://github.com/AzHicham/openslide-sys/commit/a7b85808828c68ff5eef99451803c5b6fbfc04b9))
* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v37.107.1 ([#60](https://github.com/AzHicham/openslide-sys/issues/60)) ([2b0bf7c](https://github.com/AzHicham/openslide-sys/commit/2b0bf7c38de63dbbe111a33be325a997ce3c03f4))
* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v37.149.1 ([#61](https://github.com/AzHicham/openslide-sys/issues/61)) ([fd7888f](https://github.com/AzHicham/openslide-sys/commit/fd7888fd4f90372b825c0bf32ca5c721bb90dfb4))

## [1.0.4](https://github.com/AzHicham/openslide-sys/compare/1.0.3...1.0.4) (2023-12-10)


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-sys"
edition = "2021"
version = "1.0.4"
version = "1.0.5"
authors = ["AzHicham <[email protected]>"]
description = "Low-level bindings to the openslide library"
repository = "https://github.com/AzHicham/openslide-sys"
Expand Down

0 comments on commit 7fbd9f7

Please sign in to comment.