Skip to content

Commit d193df0

Browse files
chore: release (#1140)
1 parent 389ef93 commit d193df0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [13.0.0-alpha.3](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.2...v13.0.0-alpha.3) - 2024-08-20
10+
11+
### Fixed
12+
- fix issue https://github.com/XAMPPRocky/tokei/issues/1138 ([#1139](https://github.com/XAMPPRocky/tokei/pull/1139))
13+
914
## [13.0.0-alpha.2](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.1...v13.0.0-alpha.2) - 2024-08-19
1015

1116
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = "MIT/Apache-2.0"
1919
name = "tokei"
2020
readme = "README.md"
2121
repository = "https://github.com/XAMPPRocky/tokei.git"
22-
version = "13.0.0-alpha.2"
22+
version = "13.0.0-alpha.3"
2323

2424
[features]
2525
all = ["cbor", "yaml"]

0 commit comments

Comments
 (0)