diff --git a/CHANGELOG.md b/CHANGELOG.md index eae933a00..196baef87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0-alpha.9](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.8...v13.0.0-alpha.9) - 2025-01-23 + +### Other + +- Fix a minor typo in CLI help text ([#1217](https://github.com/XAMPPRocky/tokei/pull/1217)) +- Fix a missing space in CLI help text ([#1218](https://github.com/XAMPPRocky/tokei/pull/1218)) +- Relax lifetime constraints in language::embedding ([#1225](https://github.com/XAMPPRocky/tokei/pull/1225)) + ## [13.0.0-alpha.8](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.7...v13.0.0-alpha.8) - 2025-01-14 ### Other diff --git a/Cargo.lock b/Cargo.lock index 7db835d93..bb69d9549 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1354,7 +1354,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokei" -version = "13.0.0-alpha.8" +version = "13.0.0-alpha.9" dependencies = [ "aho-corasick", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 6cd40515f..d1e44f74d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ license = "MIT OR Apache-2.0" name = "tokei" readme = "README.md" repository = "https://github.com/XAMPPRocky/tokei.git" -version = "13.0.0-alpha.8" +version = "13.0.0-alpha.9" rust-version = "1.71" edition = "2021"