chore: release v14.0.0

This commit is contained in:
github-actions[bot] 2025-12-16 19:25:36 +00:00 committed by GitHub
parent 4ee23cbc55
commit 2875f94ac8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 2 deletions

View File

@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [14.0.0](https://github.com/XAMPPRocky/tokei/compare/v13.0.0...v14.0.0) - 2025-12-16
### Added
- add support for C++20 modules ([#1278](https://github.com/XAMPPRocky/tokei/pull/1278))
- Add language support for Ark TypeScript ([#1300](https://github.com/XAMPPRocky/tokei/pull/1300))
### Other
- Stop recommending comma-separated CLI args ([#1305](https://github.com/XAMPPRocky/tokei/pull/1305))
- Update clap-cargo from 0.13 to 0.18 ([#1298](https://github.com/XAMPPRocky/tokei/pull/1298))
## [13.0.0-alpha.9](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.8...v13.0.0-alpha.9) - 2025-07-21 ## [13.0.0-alpha.9](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.8...v13.0.0-alpha.9) - 2025-07-21
### Other ### Other

2
Cargo.lock generated
View File

@ -1377,7 +1377,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]] [[package]]
name = "tokei" name = "tokei"
version = "13.0.0" version = "14.0.0"
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" version = "14.0.0"
rust-version = "1.71" rust-version = "1.71"
edition = "2021" edition = "2021"