mirror of https://github.com/XAMPPRocky/tokei
chore: release (#1140)
This commit is contained in:
parent
389ef93858
commit
d193df05ec
|
|
@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [13.0.0-alpha.3](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.2...v13.0.0-alpha.3) - 2024-08-20
|
||||
|
||||
### Fixed
|
||||
- fix issue https://github.com/XAMPPRocky/tokei/issues/1138 ([#1139](https://github.com/XAMPPRocky/tokei/pull/1139))
|
||||
|
||||
## [13.0.0-alpha.2](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.1...v13.0.0-alpha.2) - 2024-08-19
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -1354,7 +1354,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|||
|
||||
[[package]]
|
||||
name = "tokei"
|
||||
version = "13.0.0-alpha.2"
|
||||
version = "13.0.0-alpha.3"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"arbitrary",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ license = "MIT/Apache-2.0"
|
|||
name = "tokei"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/XAMPPRocky/tokei.git"
|
||||
version = "13.0.0-alpha.2"
|
||||
version = "13.0.0-alpha.3"
|
||||
|
||||
[features]
|
||||
all = ["cbor", "yaml"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue