mirror of https://github.com/XAMPPRocky/tokei
chore: release v13.0.0-alpha.8 (#1195)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
f71c75dd71
commit
edbd5d5cbb
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -6,6 +6,18 @@ 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) - 2025-01-14
|
||||
|
||||
### Other
|
||||
|
||||
- add Mojo support ([#1107](https://github.com/XAMPPRocky/tokei/pull/1107)) ([#1185](https://github.com/XAMPPRocky/tokei/pull/1185))
|
||||
- Add support for 8th language ([#1192](https://github.com/XAMPPRocky/tokei/pull/1192))
|
||||
- Add support for `Roc` language ([#1197](https://github.com/XAMPPRocky/tokei/pull/1197))
|
||||
- Add support for Ballerina language ([#1196](https://github.com/XAMPPRocky/tokei/pull/1196))
|
||||
- Remove 'conf' extension from the Bitbake config. ([#1001](https://github.com/XAMPPRocky/tokei/pull/1001))
|
||||
- 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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue