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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.9](https://github.com/nyurik/sqlite-hashes/compare/v0.10.8...v0.10.9) - 2025-12-01

### Other

- add .editorconfig
- minor justfile adjustments
- 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))
- *(CI)* add GH_TOKEN to dependabot approval
- 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))
- Bump actions/checkout from 5 to 6 in the all-actions-version-updates group ([#117](https://github.com/nyurik/sqlite-hashes/pull/117))

## [0.10.8](https://github.com/nyurik/sqlite-hashes/compare/v0.10.7...v0.10.8) - 2025-11-10

### Other
Expand Down
166 changes: 46 additions & 120 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.8"
version = "0.10.9"
description = "Hashing functions for SQLite with aggregation support: MD5, SHA1, SHA256, SHA512, Blake3, FNV-1a, xxHash"
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
repository = "https://github.com/nyurik/sqlite-hashes"
Expand Down