Skip to content

Commit 141b457

Browse files
committed
v0.4.3
1 parent b0d2b15 commit 141b457

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.3] - 2025-05-15
11+
1012
### Added
1113

1214
- Added support for more languages:
@@ -147,7 +149,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
147149

148150
- Initial release.
149151

150-
[unreleased]: https://github.com/maxdeviant/code-stats-ls/compare/v0.4.2...HEAD
152+
[unreleased]: https://github.com/maxdeviant/code-stats-ls/compare/v0.4.3...HEAD
153+
[0.4.3]: https://github.com/maxdeviant/code-stats-ls/compare/v0.4.2...v0.4.3
151154
[0.4.2]: https://github.com/maxdeviant/code-stats-ls/compare/v0.4.1...v0.4.2
152155
[0.4.1]: https://github.com/maxdeviant/code-stats-ls/compare/v0.4.0...v0.4.1
153156
[0.4.0]: https://github.com/maxdeviant/code-stats-ls/compare/v0.3.1...v0.4.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "code-stats-ls"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
repository = "https://github.com/maxdeviant/code-stats-ls"
55
license = "MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)