mirror of https://github.com/XAMPPRocky/tokei
chore: release v13.0.0-alpha.7 (#1186)
This commit is contained in:
parent
91f2043478
commit
837fe44f28
|
|
@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [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
|
||||||
|
|
||||||
|
- Fix alternative output formats ([#1188](https://github.com/XAMPPRocky/tokei/pull/1188))
|
||||||
|
- Add missing extension `fsti` for F* ([#1184](https://github.com/XAMPPRocky/tokei/pull/1184))
|
||||||
|
|
||||||
## [13.0.0-alpha.6](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.5...v13.0.0-alpha.6) - 2024-10-11
|
## [13.0.0-alpha.6](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.5...v13.0.0-alpha.6) - 2024-10-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -1354,7 +1354,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokei"
|
name = "tokei"
|
||||||
version = "13.0.0-alpha.6"
|
version = "13.0.0-alpha.7"
|
||||||
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.6"
|
version = "13.0.0-alpha.7"
|
||||||
rust-version = "1.71"
|
rust-version = "1.71"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue