Skip to content

Commit ab4575e

Browse files
committed
v0.4.4
1 parent d8ec11f commit ab4575e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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.4] - 2025-07-20
11+
1012
### Added
1113

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

156158
- Initial release.
157159

158-
[unreleased]: https://github.com/maxdeviant/code-stats-ls/compare/v0.4.3...HEAD
160+
[unreleased]: https://github.com/maxdeviant/code-stats-ls/compare/v0.4.4...HEAD
161+
[0.4.4]: https://github.com/maxdeviant/code-stats-ls/compare/v0.4.3...v0.4.4
159162
[0.4.3]: https://github.com/maxdeviant/code-stats-ls/compare/v0.4.2...v0.4.3
160163
[0.4.2]: https://github.com/maxdeviant/code-stats-ls/compare/v0.4.1...v0.4.2
161164
[0.4.1]: https://github.com/maxdeviant/code-stats-ls/compare/v0.4.0...v0.4.1

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.3"
3+
version = "0.4.4"
44
repository = "https://github.com/maxdeviant/code-stats-ls"
55
license = "MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)