From 87deeb7c10c7909653483384fb8313199487f135 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 23:16:24 +0000 Subject: [PATCH] chore: release v13.0.0-alpha.9 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f9d10a0..0d41942bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0-alpha.9](https://github.com/kjuulh/tokei/compare/v13.0.0-alpha.8...v13.0.0-alpha.9) - 2025-01-23 + +### Other + +- Fix CRLF or mixed CRLF/LF line terminations in Markdown files ([#1219](https://github.com/kjuulh/tokei/pull/1219)) +- Fix a minor typo in CLI help text ([#1217](https://github.com/kjuulh/tokei/pull/1217)) +- Fix a missing space in CLI help text ([#1218](https://github.com/kjuulh/tokei/pull/1218)) +- Relax lifetime constraints in language::embedding ([#1225](https://github.com/kjuulh/tokei/pull/1225)) + ## [13.0.0-alpha.8](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.7...v13.0.0-alpha.8) - 2025-01-14 ### Other diff --git a/Cargo.lock b/Cargo.lock index 7db835d93..bb69d9549 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1354,7 +1354,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokei" -version = "13.0.0-alpha.8" +version = "13.0.0-alpha.9" dependencies = [ "aho-corasick", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 6cd40515f..d1e44f74d 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.8" +version = "13.0.0-alpha.9" rust-version = "1.71" edition = "2021"