Skip to content

Commit 6ea09f9

Browse files
chore: release v0.10.2 (#95)
## πŸ€– New release * `sqlite-hashes`: 0.10.1 -> 0.10.2 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.10.2](v0.10.1...v0.10.2) - 2025-06-06 ### Fixed - fix justfile jq assertion - fix justfile jq test ### Other - set release-plz CI ([#94](#94)) - validate if published in CI ([#93](#93)) - ci updates ([#92](#92)) - more ci updates ([#91](#91)) - More rework of CI and justfiles ([#90](#90)) - update dependabot - ci cleanup </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
1 parent c797489 commit 6ea09f9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.10.2](https://github.com/nyurik/sqlite-hashes/compare/v0.10.1...v0.10.2) - 2025-06-06
11+
12+
- refactored CI, enabled release automation

β€Ž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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "sqlite-hashes"
3-
version = "0.10.1" # This value is also used in the README.md
3+
# !!! This value is also used in the README.md
4+
version = "0.10.2"
45
description = "Hashing functions for SQLite with aggregation support: MD5, SHA1, SHA256, SHA512, Blake3, FNV-1a, xxHash"
56
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
67
repository = "https://github.com/nyurik/sqlite-hashes"

0 commit comments

Comments
Β (0)