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
21 changes: 21 additions & 0 deletions crates/ltk_hashdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
24 changes: 24 additions & 0 deletions crates/ltk_mimir_cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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