diff --git a/CHANGELOG.md b/CHANGELOG.md index c5f3124..3fcae3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.5](https://github.com/fossable/turbine/compare/v0.0.4...v0.0.5) - 2025-11-11 + +### Other + +- Relicense +- improve commit log UI +- add UI examples +- continue e2e tests +- begin to add e2e test +- begin to show all paid commits +- allow keyserver to be configured + ## [0.0.4](https://github.com/fossable/turbine/compare/v0.0.3...v0.0.4) - 2024-06-30 ### Other diff --git a/Cargo.lock b/Cargo.lock index 6083c82..765bb70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -872,7 +872,7 @@ dependencies = [ [[package]] name = "git-turbine" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 2ecb6bc..5db0e17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "Unlicense" name = "git-turbine" repository = "https://github.com/fossable/turbine" rust-version = "1.74" -version = "0.0.4" +version = "0.0.5" [lib] name = "git_turbine"