Skip to content

Commit 211149a

Browse files
authored
chore: release v0.10.7
1 parent 1b6fa78 commit 211149a

File tree

3 files changed

+27
-12
lines changed

3 files changed

+27
-12
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.10.7](https://github.com/nyurik/sqlite-hashes/compare/v0.10.6...v0.10.7) - 2025-08-28
11+
12+
### Other
13+
14+
- *(ci)* improve cargo-install recipe
15+
- *(ci)* disable telemetry in workflow
16+
- ci cleanup
17+
- improve get-create-field in justfile
18+
- format Cargo.toml, minor just cleanup ([#109](https://github.com/nyurik/sqlite-hashes/pull/109))
19+
- [pre-commit.ci] pre-commit autoupdate ([#107](https://github.com/nyurik/sqlite-hashes/pull/107))
20+
- Bump actions/checkout from 4 to 5 in the all-actions-version-updates group ([#108](https://github.com/nyurik/sqlite-hashes/pull/108))
21+
- Bump rusqlite from 0.36.0 to 0.37.0 in the all-cargo-version-updates group ([#105](https://github.com/nyurik/sqlite-hashes/pull/105))
22+
- use release-plz token in dependabot ci
23+
- Bump noncrypto-digests from 0.3.5 to 0.3.6 in the all-cargo-version-updates group ([#103](https://github.com/nyurik/sqlite-hashes/pull/103))
24+
1025
## [0.10.6](https://github.com/nyurik/sqlite-hashes/compare/v0.10.5...v0.10.6) - 2025-06-08
1126

1227
### Other

Cargo.lock

Lines changed: 11 additions & 11 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.6"
4+
version = "0.10.7"
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)