diff --git a/CHANGELOG.md b/CHANGELOG.md index ea08d9f4c..0e1c81521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0-alpha.6](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.5...v13.0.0-alpha.6) - 2024-08-30 + +### Other +- 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 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index f337e4b9d..72cf7980f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1354,7 +1354,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokei" -version = "13.0.0-alpha.5" +version = "13.0.0-alpha.6" dependencies = [ "aho-corasick", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index f42f03c74..69b20fc78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.5" +version = "13.0.0-alpha.6" [features] all = ["cbor", "yaml"]