From 62e6fff7d5b7682364500d7674884c51df844442 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 21:57:23 +0000 Subject: [PATCH] chore: release v0.1.0 --- crates/ltk_hashdb/CHANGELOG.md | 21 +++++++++++++++++++++ crates/ltk_mimir_cache/CHANGELOG.md | 24 ++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 crates/ltk_hashdb/CHANGELOG.md create mode 100644 crates/ltk_mimir_cache/CHANGELOG.md diff --git a/crates/ltk_hashdb/CHANGELOG.md b/crates/ltk_hashdb/CHANGELOG.md new file mode 100644 index 0000000..7b51e1d --- /dev/null +++ b/crates/ltk_hashdb/CHANGELOG.md @@ -0,0 +1,21 @@ +# 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). + + +## [0.1.0](https://github.com/LeagueToolkit/Mimir/releases/tag/ltk_hashdb-v0.1.0) - 2026-07-13 + +### Added + +- *(hashdb, cache)* implement LayeredHashDB +- refactor monolithic error type +- implement case sensitivity flag +- initial commit + +### Other + +- *(hashdb)* change decompressions visibility +- implement release-plz diff --git a/crates/ltk_mimir_cache/CHANGELOG.md b/crates/ltk_mimir_cache/CHANGELOG.md new file mode 100644 index 0000000..b4e0caf --- /dev/null +++ b/crates/ltk_mimir_cache/CHANGELOG.md @@ -0,0 +1,24 @@ +# 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). + + +## [0.1.0](https://github.com/LeagueToolkit/Mimir/releases/tag/ltk_mimir_cache-v0.1.0) - 2026-07-13 + +### Added + +- *(cache, cli)* add fetch glue +- *(hashdb, cache)* implement LayeredHashDB +- *(cache)* add fetcher error type +- *(cache)* add update_async +- refactor monolithic error type +- bunch of improvements to cache crate +- add cache updater +- initial commit + +### Other + +- implement release-plz