chore: release v13.0.0-alpha.9

This commit is contained in:
github-actions[bot] 2025-01-23 17:43:07 +00:00 committed by GitHub
parent 97e6892d67
commit a61360f306
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View File

@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [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 ## [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 ### Other

2
Cargo.lock generated
View File

@ -1354,7 +1354,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]] [[package]]
name = "tokei" name = "tokei"
version = "13.0.0-alpha.8" version = "13.0.0-alpha.9"
dependencies = [ dependencies = [
"aho-corasick", "aho-corasick",
"arbitrary", "arbitrary",

View File

@ -18,7 +18,7 @@ license = "MIT OR Apache-2.0"
name = "tokei" name = "tokei"
readme = "README.md" readme = "README.md"
repository = "https://github.com/XAMPPRocky/tokei.git" repository = "https://github.com/XAMPPRocky/tokei.git"
version = "13.0.0-alpha.8" version = "13.0.0-alpha.9"
rust-version = "1.71" rust-version = "1.71"
edition = "2021" edition = "2021"