mirror of https://github.com/XAMPPRocky/tokei
chore: release
This commit is contained in:
parent
2b1752ee09
commit
936f17b5bd
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [13.0.0-alpha.6](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.5...v13.0.0-alpha.6) - 2024-09-30
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- add `mbti` extension for MoonBit ([#1168](https://github.com/XAMPPRocky/tokei/pull/1168))
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- Add APL support ([#1152](https://github.com/XAMPPRocky/tokei/pull/1152))
|
||||||
|
- Add support for SIL ([#1153](https://github.com/XAMPPRocky/tokei/pull/1153))
|
||||||
|
- Use `OR` operator in Cargo.toml `license` field ([#1165](https://github.com/XAMPPRocky/tokei/pull/1165))
|
||||||
|
- Disable legacy Cargo features ([#1158](https://github.com/XAMPPRocky/tokei/pull/1158))
|
||||||
|
- add slint language support ([#1054](https://github.com/XAMPPRocky/tokei/pull/1054))
|
||||||
|
- Add Pyret support ([#1032](https://github.com/XAMPPRocky/tokei/pull/1032))
|
||||||
|
- Recognize GNUmakefile ([#1021](https://github.com/XAMPPRocky/tokei/pull/1021))
|
||||||
|
|
||||||
## [13.0.0-alpha.5](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.4...v13.0.0-alpha.5) - 2024-08-23
|
## [13.0.0-alpha.5](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.4...v13.0.0-alpha.5) - 2024-08-23
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -1354,7 +1354,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokei"
|
name = "tokei"
|
||||||
version = "13.0.0-alpha.5"
|
version = "13.0.0-alpha.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"arbitrary",
|
"arbitrary",
|
||||||
|
|
|
||||||
|
|
@ -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-alpha.5"
|
version = "13.0.0-alpha.6"
|
||||||
rust-version = "1.71"
|
rust-version = "1.71"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue