chore: release v13.0.0-alpha.8

This commit is contained in:
github-actions[bot] 2024-11-16 10:45:21 +00:00 committed by GitHub
parent 480125cf5c
commit 1c200dfffe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View File

@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [13.0.0-alpha.8](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.7...v13.0.0-alpha.8) - 2024-11-16
### Other
- Add support for Cairo language ([#1193](https://github.com/XAMPPRocky/tokei/pull/1193))
- Add support for Uiua language ([#1191](https://github.com/XAMPPRocky/tokei/pull/1191))
## [13.0.0-alpha.7](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.6...v13.0.0-alpha.7) - 2024-11-10
### Other

2
Cargo.lock generated
View File

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

View File

@ -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.7"
version = "13.0.0-alpha.8"
rust-version = "1.71"
edition = "2021"