From de992761d710ae8cbc172a699144efd613f917f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:28:34 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea08d9f4c..3bbfaca11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0-alpha.6](https://github.com/kjuulh/tokei/compare/v13.0.0-alpha.5...v13.0.0-alpha.6) - 2024-09-30 + +### Added + +- add `mbti` extension for MoonBit ([#1168](https://github.com/kjuulh/tokei/pull/1168)) + +### Other + +- Add templ support ([#1122](https://github.com/kjuulh/tokei/pull/1122)) +- Update README.md with HiCAD from d4a1814 ([#1143](https://github.com/kjuulh/tokei/pull/1143)) +- Add BQN support ([#1151](https://github.com/kjuulh/tokei/pull/1151)) +- add more extensions for `Hlsl` ([#1164](https://github.com/kjuulh/tokei/pull/1164)) +- Add Phix ([#1167](https://github.com/kjuulh/tokei/pull/1167)) +- Add APL support ([#1152](https://github.com/kjuulh/tokei/pull/1152)) +- Add support for SIL ([#1153](https://github.com/kjuulh/tokei/pull/1153)) +- Use `OR` operator in Cargo.toml `license` field ([#1165](https://github.com/kjuulh/tokei/pull/1165)) +- Disable legacy Cargo features ([#1158](https://github.com/kjuulh/tokei/pull/1158)) +- add slint language support ([#1054](https://github.com/kjuulh/tokei/pull/1054)) +- Add Pyret support ([#1032](https://github.com/kjuulh/tokei/pull/1032)) +- Recognize GNUmakefile ([#1021](https://github.com/kjuulh/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 a6ef6e167..f756be667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ license = "MIT OR 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" rust-version = "1.71" edition = "2021"