Skip to content

Commit 5d42c07

Browse files
chore: release v0.10.3 (#96)
## πŸ€– New release * `sqlite-hashes`: 0.10.2 -> 0.10.3 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.10.3](v0.10.2...v0.10.3) - 2025-06-07 ### Other - use RELEASE_PLZ_TOKEN for releases - add download counter to readme </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b9a2de1 commit 5d42c07

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.3](https://github.com/nyurik/sqlite-hashes/compare/v0.10.2...v0.10.3) - 2025-06-07
11+
12+
### Other
13+
14+
- use RELEASE_PLZ_TOKEN for releases
15+
- add download counter to readme
16+
1017
## [0.10.2](https://github.com/nyurik/sqlite-hashes/compare/v0.10.1...v0.10.2) - 2025-06-06
1118

1219
- refactored CI, enabled release automation

β€Ž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.2"
4+
version = "0.10.3"
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)