From 4760dbcae82e5abc07e1dcf55f198cc24b36983d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:16:19 +0100 Subject: [PATCH] chore: release (#1070) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 39 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc4b43..3aeda7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [13.0.0-alpha.1](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.0...v13.0.0-alpha.1) - 2024-03-04 + +### Fixed +- fixed language names not showing when in Light mode (light background ([#1048](https://github.com/XAMPPRocky/tokei/pull/1048)) + +### Other +- Create release-plz.yaml +- Update mean_bean_ci.yml +- Fix LD Script language data ([#1028](https://github.com/XAMPPRocky/tokei/pull/1028)) +- Fix language data example in CONTRIBUTING.md ([#1029](https://github.com/XAMPPRocky/tokei/pull/1029)) +- Update dependencies +- Add widget install instructions +- Update mean_bean_ci.yml +- Dockerize tokei ([#930](https://github.com/XAMPPRocky/tokei/pull/930)) +- Ignore format commits for `languages.json` ([#1013](https://github.com/XAMPPRocky/tokei/pull/1013)) +- Upgrade GitHub Actions ([#955](https://github.com/XAMPPRocky/tokei/pull/955)) +- add --languages ouput formatter ([#1007](https://github.com/XAMPPRocky/tokei/pull/1007)) +- Add Nuget Config, Bazel and EdgeQL Support, Fix Output Formatter ([#999](https://github.com/XAMPPRocky/tokei/pull/999)) +- show nushell in the readme ([#991](https://github.com/XAMPPRocky/tokei/pull/991)) +- Add support for Redscript ([#994](https://github.com/XAMPPRocky/tokei/pull/994)) +- Add support for jq ([#965](https://github.com/XAMPPRocky/tokei/pull/965)) +- Add support for Astro ([#966](https://github.com/XAMPPRocky/tokei/pull/966)) +- Use XDG conventions on macOS too ([#989](https://github.com/XAMPPRocky/tokei/pull/989)) +- Add JSON5 support for languages.json ([#986](https://github.com/XAMPPRocky/tokei/pull/986)) +- Delete Smalltalk.cs.st ([#990](https://github.com/XAMPPRocky/tokei/pull/990)) +- Add support for smalltalk ([#839](https://github.com/XAMPPRocky/tokei/pull/839)) +- Disable *-android +- Add HiCAD to languages.json ([#985](https://github.com/XAMPPRocky/tokei/pull/985)) +- Add Nushell to languages.json ([#982](https://github.com/XAMPPRocky/tokei/pull/982)) # 12.1.0 ## Introduction diff --git a/Cargo.lock b/Cargo.lock index fe5aa01..ced9379 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1447,7 +1447,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokei" -version = "13.0.0-alpha.0" +version = "13.0.0-alpha.1" dependencies = [ "aho-corasick", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index f0add61..05b113e 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.0" +version = "13.0.0-alpha.1" [features] all = ["cbor", "yaml"]