summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-05-06 12:45:53 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-05-06 12:45:53 +0000
commit16dce7cc6c590dd803c5916a74b8d0e5a05ec662 (patch)
tree7b408094c18ea75d41b6cfe735e8db12fdfd95fe
parent9d156e1f77f8d41e6d7f6d5665ed9e8fab6e01b1 (diff)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--CHANGELOG.md29
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 31 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3aeda7e..d47a7c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [13.0.0-alpha.2](https://github.com/XAMPPRocky/tokei/compare/v13.0.0-alpha.1...v13.0.0-alpha.2) - 2024-05-06
+
+### Added
+- add support for LALRPOP ([#1077](https://github.com/XAMPPRocky/tokei/pull/1077))
+
+### Other
+- add jinja extension for Jinja2 ([#1083](https://github.com/XAMPPRocky/tokei/pull/1083))
+- Fix slang ([#1089](https://github.com/XAMPPRocky/tokei/pull/1089))
+- Temporarily remove Hare
+- Support .pyi python file ([#1075](https://github.com/XAMPPRocky/tokei/pull/1075))
+- add luau extension to lua ([#1066](https://github.com/XAMPPRocky/tokei/pull/1066))
+- Adding support for Snakemake ([#1045](https://github.com/XAMPPRocky/tokei/pull/1045))
+- Add Janet to languages.json ([#1042](https://github.com/XAMPPRocky/tokei/pull/1042))
+- Add OpenQASM support ([#1041](https://github.com/XAMPPRocky/tokei/pull/1041))
+- typst ([#1037](https://github.com/XAMPPRocky/tokei/pull/1037))
+- Add the ZoKrates language ([#1035](https://github.com/XAMPPRocky/tokei/pull/1035))
+- Add PRQL ([#1030](https://github.com/XAMPPRocky/tokei/pull/1030))
+- remove refs ([#1006](https://github.com/XAMPPRocky/tokei/pull/1006))
+- Add lingua franca language ([#993](https://github.com/XAMPPRocky/tokei/pull/993))
+- Add support for Razor Components ([#992](https://github.com/XAMPPRocky/tokei/pull/992))
+- Add arch's PKGBUILD files ([#972](https://github.com/XAMPPRocky/tokei/pull/972))
+- Add Hare support ([#971](https://github.com/XAMPPRocky/tokei/pull/971))
+- Add Max support ([#963](https://github.com/XAMPPRocky/tokei/pull/963))
+- Add support for Chapel ([#960](https://github.com/XAMPPRocky/tokei/pull/960))
+- Add language support for Slang ([#956](https://github.com/XAMPPRocky/tokei/pull/956))
+- Update TypeScript language ([#953](https://github.com/XAMPPRocky/tokei/pull/953))
+- Added support for Circom ([#949](https://github.com/XAMPPRocky/tokei/pull/949))
+- link to earthly project ([#1078](https://github.com/XAMPPRocky/tokei/pull/1078))
+
## [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
diff --git a/Cargo.lock b/Cargo.lock
index ced9379..7308c17 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1447,7 +1447,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokei"
-version = "13.0.0-alpha.1"
+version = "13.0.0-alpha.2"
dependencies = [
"aho-corasick",
"arbitrary",
diff --git a/Cargo.toml b/Cargo.toml
index 05b113e..0218967 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.1"
+version = "13.0.0-alpha.2"
[features]
all = ["cbor", "yaml"]