Skip to content

Commit 16a97f3

Browse files
chore: release (#1182)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 349b01c commit 16a97f3

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [13.0.0-alpha.6](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.5...v13.0.0-alpha.6) - 2024-10-11
10+
11+
### Added
12+
13+
- add `mbti` extension for MoonBit ([#1168](https://github.com/XAMPPRocky/tokei/pull/1168))
14+
15+
### Other
16+
17+
- Add language definition for Lauterbach PRACTICE Script ([#1162](https://github.com/XAMPPRocky/tokei/pull/1162))
18+
- Add support for justfiles ([#1175](https://github.com/XAMPPRocky/tokei/pull/1175))
19+
- Add Virgil ([#1178](https://github.com/XAMPPRocky/tokei/pull/1178))
20+
- Add templ support ([#1122](https://github.com/XAMPPRocky/tokei/pull/1122))
21+
- Update README.md with HiCAD from d4a1814 ([#1143](https://github.com/XAMPPRocky/tokei/pull/1143))
22+
- Add BQN support ([#1151](https://github.com/XAMPPRocky/tokei/pull/1151))
23+
- add more extensions for `Hlsl` ([#1164](https://github.com/XAMPPRocky/tokei/pull/1164))
24+
- Add Phix ([#1167](https://github.com/XAMPPRocky/tokei/pull/1167))
25+
- Add APL support ([#1152](https://github.com/XAMPPRocky/tokei/pull/1152))
26+
- Add support for SIL ([#1153](https://github.com/XAMPPRocky/tokei/pull/1153))
27+
- Use `OR` operator in Cargo.toml `license` field ([#1165](https://github.com/XAMPPRocky/tokei/pull/1165))
28+
- Disable legacy Cargo features ([#1158](https://github.com/XAMPPRocky/tokei/pull/1158))
29+
- add slint language support ([#1054](https://github.com/XAMPPRocky/tokei/pull/1054))
30+
- Add Pyret support ([#1032](https://github.com/XAMPPRocky/tokei/pull/1032))
31+
- Recognize GNUmakefile ([#1021](https://github.com/XAMPPRocky/tokei/pull/1021))
32+
933
## [13.0.0-alpha.5](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.4...v13.0.0-alpha.5) - 2024-08-23
1034

1135
### Fixed

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-alpha.5"
21+
version = "13.0.0-alpha.6"
2222
rust-version = "1.71"
2323
edition = "2021"
2424

0 commit comments

Comments
 (0)