From 71c6ff4077e68503b4b36f2182000366ec573465 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 04:54:13 +0000 Subject: [PATCH 1/3] chore: release v0.10.2 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4eb84ba --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.10.2](https://github.com/nyurik/sqlite-hashes/compare/v0.10.1...v0.10.2) - 2025-06-06 + +### Fixed + +- fix justfile jq assertion +- fix justfile jq test + +### Other + +- set release-plz CI ([#94](https://github.com/nyurik/sqlite-hashes/pull/94)) +- validate if published in CI ([#93](https://github.com/nyurik/sqlite-hashes/pull/93)) +- ci updates ([#92](https://github.com/nyurik/sqlite-hashes/pull/92)) +- more ci updates ([#91](https://github.com/nyurik/sqlite-hashes/pull/91)) +- More rework of CI and justfiles ([#90](https://github.com/nyurik/sqlite-hashes/pull/90)) +- update dependabot +- ci cleanup diff --git a/Cargo.lock b/Cargo.lock index e861ebd..ac33369 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -834,7 +834,7 @@ checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" [[package]] name = "sqlite-hashes" -version = "0.10.1" +version = "0.10.2" dependencies = [ "blake3", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 1581a70..07e5ae2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlite-hashes" -version = "0.10.1" # This value is also used in the README.md +version = "0.10.2" description = "Hashing functions for SQLite with aggregation support: MD5, SHA1, SHA256, SHA512, Blake3, FNV-1a, xxHash" authors = ["Yuri Astrakhan "] repository = "https://github.com/nyurik/sqlite-hashes" From 91a0b03d89dfdfeac7a37e7fc86d410fc6bf6297 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Fri, 6 Jun 2025 01:01:49 -0400 Subject: [PATCH 2/3] Update Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 07e5ae2..cf7cae0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "sqlite-hashes" +# !!! This value is also used in the README.md version = "0.10.2" description = "Hashing functions for SQLite with aggregation support: MD5, SHA1, SHA256, SHA512, Blake3, FNV-1a, xxHash" authors = ["Yuri Astrakhan "] From dfe2bc969e6d15e8f9e135d9cd30527c2bd6f2ce Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Fri, 6 Jun 2025 01:02:28 -0400 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb84ba..bf195df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,17 +9,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.10.2](https://github.com/nyurik/sqlite-hashes/compare/v0.10.1...v0.10.2) - 2025-06-06 -### Fixed - -- fix justfile jq assertion -- fix justfile jq test - -### Other - -- set release-plz CI ([#94](https://github.com/nyurik/sqlite-hashes/pull/94)) -- validate if published in CI ([#93](https://github.com/nyurik/sqlite-hashes/pull/93)) -- ci updates ([#92](https://github.com/nyurik/sqlite-hashes/pull/92)) -- more ci updates ([#91](https://github.com/nyurik/sqlite-hashes/pull/91)) -- More rework of CI and justfiles ([#90](https://github.com/nyurik/sqlite-hashes/pull/90)) -- update dependabot -- ci cleanup +- refactored CI, enabled release automation