Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.7](https://github.com/nyurik/sqlite-hashes/compare/v0.10.6...v0.10.7) - 2025-08-28

### Other

- *(ci)* improve cargo-install recipe
- *(ci)* disable telemetry in workflow
- ci cleanup
- improve get-create-field in justfile
- format Cargo.toml, minor just cleanup ([#109](https://github.com/nyurik/sqlite-hashes/pull/109))
- [pre-commit.ci] pre-commit autoupdate ([#107](https://github.com/nyurik/sqlite-hashes/pull/107))
- Bump actions/checkout from 4 to 5 in the all-actions-version-updates group ([#108](https://github.com/nyurik/sqlite-hashes/pull/108))
- 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))
- use release-plz token in dependabot ci
- 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))

## [0.10.6](https://github.com/nyurik/sqlite-hashes/compare/v0.10.5...v0.10.6) - 2025-06-08

### Other
Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sqlite-hashes"
# This value is also used in the README.md
version = "0.10.6"
version = "0.10.7"
description = "Hashing functions for SQLite with aggregation support: MD5, SHA1, SHA256, SHA512, Blake3, FNV-1a, xxHash"
authors = ["Yuri Astrakhan <[email protected]>"]
repository = "https://github.com/nyurik/sqlite-hashes"
Expand Down