Skip to content

Commit db10e98

Browse files
authored
chore: release v0.10.8
1 parent 85f6c07 commit db10e98

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.8](https://github.com/nyurik/sqlite-hashes/compare/v0.10.7...v0.10.8) - 2025-11-10
11+
12+
### Other
13+
14+
- update lock file
15+
- minor justfile adjustments
16+
1017
## [0.10.7](https://github.com/nyurik/sqlite-hashes/compare/v0.10.6...v0.10.7) - 2025-10-10
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.7"
4+
version = "0.10.8"
55
description = "Hashing functions for SQLite with aggregation support: MD5, SHA1, SHA256, SHA512, Blake3, FNV-1a, xxHash"
66
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
77
repository = "https://github.com/nyurik/sqlite-hashes"

0 commit comments

Comments
 (0)