Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a6db2f9

Browse files
authoredSep 16, 2024··
chore(main): release babyrite 0.10.1
1 parent be6f398 commit a6db2f9

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.0"
2+
".": "0.10.1"
33
}

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.10.1](https://github.com/m1sk9/babyrite/compare/babyrite-v0.10.0...babyrite-v0.10.1) (2024-09-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update rust crate anyhow to v1.0.89 ([#210](https://github.com/m1sk9/babyrite/issues/210)) ([b9c944c](https://github.com/m1sk9/babyrite/commit/b9c944c0805776789cc648d5c0922bffa2cd18ec))
9+
* **deps:** update rust crate once_cell to v1.20.0 ([#212](https://github.com/m1sk9/babyrite/issues/212)) ([3c7ac9e](https://github.com/m1sk9/babyrite/commit/3c7ac9e00c689408e5fe24269dc114cef32d1f2d))
10+
* **deps:** update rust crate serde to v1.0.210 ([#211](https://github.com/m1sk9/babyrite/issues/211)) ([a1409af](https://github.com/m1sk9/babyrite/commit/a1409af00f35303d4746ff1b1a16e0924de4507d))
11+
312
## [0.10.0](https://github.com/m1sk9/babyrite/compare/babyrite-v0.9.2...babyrite-v0.10.0) (2024-09-06)
413

514

‎Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "babyrite"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2021"
55
license = "MIT"
66
repository = "https://github.com/m1sk9/babyrite"

0 commit comments

Comments
 (0)
Please sign in to comment.