mirror of https://github.com/XAMPPRocky/tokei
chore: release (#1150)
This commit is contained in:
parent
bf009ef2be
commit
6e75f90751
|
|
@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [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
|
||||||
|
- fix issue https://github.com/XAMPPRocky/tokei/issues/1147 ([#1149](https://github.com/XAMPPRocky/tokei/pull/1149))
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- Fix issue [#1145](https://github.com/XAMPPRocky/tokei/pull/1145) (part 2) ([#1148](https://github.com/XAMPPRocky/tokei/pull/1148))
|
||||||
|
|
||||||
## [13.0.0-alpha.4](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.3...v13.0.0-alpha.4) - 2024-08-22
|
## [13.0.0-alpha.4](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.3...v13.0.0-alpha.4) - 2024-08-22
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -1354,7 +1354,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokei"
|
name = "tokei"
|
||||||
version = "13.0.0-alpha.4"
|
version = "13.0.0-alpha.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"arbitrary",
|
"arbitrary",
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ license = "MIT/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.4"
|
version = "13.0.0-alpha.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
all = ["cbor", "yaml"]
|
all = ["cbor", "yaml"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue