Skip to content

Commit 8cdd6fa

Browse files
chore: release v14.0.0 (#1299)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cba46d5 commit 8cdd6fa

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [14.0.0](https://github.com/XAMPPRocky/tokei/compare/v13.0.0...v14.0.0) - 2025-12-26
10+
11+
### Added
12+
13+
- add support for C++20 modules ([#1278](https://github.com/XAMPPRocky/tokei/pull/1278))
14+
- Add language support for Ark TypeScript ([#1300](https://github.com/XAMPPRocky/tokei/pull/1300))
15+
16+
### Other
17+
18+
- Fix downcast type mismatches in clap_builder ([#1310](https://github.com/XAMPPRocky/tokei/pull/1310))
19+
- remove tokei.rs references
20+
- Add support for Koka ([#1306](https://github.com/XAMPPRocky/tokei/pull/1306))
21+
- Stop recommending comma-separated CLI args ([#1305](https://github.com/XAMPPRocky/tokei/pull/1305))
22+
- Update clap-cargo from 0.13 to 0.18 ([#1298](https://github.com/XAMPPRocky/tokei/pull/1298))
23+
924
## [13.0.0-alpha.9](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.8...v13.0.0-alpha.9) - 2025-07-21
1025

1126
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license = "MIT OR Apache-2.0"
1818
name = "tokei"
1919
readme = "README.md"
2020
repository = "https://github.com/XAMPPRocky/tokei.git"
21-
version = "13.0.0"
21+
version = "14.0.0"
2222
rust-version = "1.71"
2323
edition = "2021"
2424

0 commit comments

Comments
 (0)