Skip to content

Commit 87ec0c0

Browse files
authored
chore: release v0.10.9
1 parent 6b9f05b commit 87ec0c0

File tree

3 files changed

+57
-121
lines changed

3 files changed

+57
-121
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.10.9](https://github.com/nyurik/sqlite-hashes/compare/v0.10.8...v0.10.9) - 2025-12-01
11+
12+
### Other
13+
14+
- minor justfile adjustments
15+
- Bump insta from 1.44.1 to 1.44.3 in the all-cargo-version-updates group ([#119](https://github.com/nyurik/sqlite-hashes/pull/119))
16+
- *(CI)* add GH_TOKEN to dependabot approval
17+
- Bump insta from 1.43.2 to 1.44.1 in the all-cargo-version-updates group ([#116](https://github.com/nyurik/sqlite-hashes/pull/116))
18+
- Bump actions/checkout from 5 to 6 in the all-actions-version-updates group ([#117](https://github.com/nyurik/sqlite-hashes/pull/117))
19+
1020
## [0.10.8](https://github.com/nyurik/sqlite-hashes/compare/v0.10.7...v0.10.8) - 2025-11-10
1121

1222
### Other

Cargo.lock

Lines changed: 46 additions & 120 deletions
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.8"
4+
version = "0.10.9"
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)