Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v13.0.0-alpha.6 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down