Skip to content

Commit b5306d1

Browse files
authored
chore: release v0.10.5 (#101)
## πŸ€– New release * `sqlite-hashes`: 0.10.4 -> 0.10.5 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.10.5](v0.10.4...v0.10.5) - 2025-06-08 ### Added - consolidate release CI, dedup release and PR ### Other - update dependencies </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent b35e177 commit b5306d1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.5](https://github.com/nyurik/sqlite-hashes/compare/v0.10.4...v0.10.5) - 2025-06-08
11+
12+
### Other
13+
14+
- update dependencies
15+
- consolidate release CI, dedup release and PR
16+
1017
## [0.10.4](https://github.com/nyurik/sqlite-hashes/compare/v0.10.3...v0.10.4) - 2025-06-07
1118

1219
### Other

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sqlite-hashes"
33
# !!! This value is also used in the README.md
4-
version = "0.10.4"
4+
version = "0.10.5"
55
description = "Hashing functions for SQLite with aggregation support: MD5, SHA1, SHA256, SHA512, Blake3, FNV-1a, xxHash"
66
authors = ["Yuri Astrakhan <[email protected]>"]
77
repository = "https://github.com/nyurik/sqlite-hashes"

0 commit comments

Comments
Β (0)