Skip to content

Commit 70a1f82

Browse files
committed
v0.4.0
1 parent 0773d61 commit 70a1f82

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.0] - 2025-01-24
11+
12+
### Added
13+
14+
- Added support for working offline.
15+
- When not connected to the internet, pulses will be stored locally and then sent up when an internet connection is re-established.
16+
17+
### Changed
18+
19+
- Switched to `rustls`.
20+
1021
## [0.3.1] - 2024-08-30
1122

1223
### Added
@@ -113,7 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113124

114125
- Initial release.
115126

116-
[unreleased]: https://github.com/maxdeviant/code-stats-ls/compare/v0.3.1...HEAD
127+
[unreleased]: https://github.com/maxdeviant/code-stats-ls/compare/v0.4.0...HEAD
128+
[0.4.0]: https://github.com/maxdeviant/code-stats-ls/compare/v0.3.1...v0.4.0
117129
[0.3.1]: https://github.com/maxdeviant/code-stats-ls/compare/v0.3.0...v0.3.1
118130
[0.3.0]: https://github.com/maxdeviant/code-stats-ls/compare/v0.2.1...v0.3.0
119131
[0.2.1]: https://github.com/maxdeviant/code-stats-ls/compare/v0.2.0...v0.2.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.3.1"
3+
version = "0.4.0"
44
repository = "https://github.com/maxdeviant/code-stats-ls"
55
license = "MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)