Skip to content

Commit 73a02bf

Browse files
authored
Release 0.3.0 (#100)
1 parent 6b0db90 commit 73a02bf

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

‎CHANGELOG.md‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## [Unreleased]
44

5+
## [0.3.0] - 2024-10-12
6+
57
### Added
68

7-
- Make log_bytes_limit configurable [(#96)](https://github.com/LiteSVM/litesvm/pull/96)
9+
- Make log_bytes_limit configurable [(#96)](https://github.com/LiteSVM/litesvm/pull/96).
810

911
### Changed
1012

@@ -45,7 +47,8 @@
4547

4648
- Initial release.
4749

48-
[Unreleased]: https://github.com/LiteSVM/litesvm/compare/v0.2.1...HEAD
50+
[Unreleased]: https://github.com/LiteSVM/litesvm/compare/v0.3.0...HEAD
51+
[0.3.0]: https://github.com/LiteSVM/litesvm/compare/v0.2.1...v0.3.0
4952
[0.2.1]: https://github.com/LiteSVM/litesvm/compare/v0.2.0...v0.2.1
5053
[0.2.0]: https://github.com/LiteSVM/litesvm/compare/v0.1.0...v0.2.0
5154
[0.1.0]: https://github.com/LiteSVM/litesvm/releases/tag/v0.1.0

‎Cargo.lock‎

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["loader", "svm", "token"]
44

55
[workspace.package]
6-
version = "0.2.1"
6+
version = "0.3.0"
77
edition = "2021"
88
license = "Apache-2.0"
99
repository = "https://github.com/LiteSVM/litesvm"
@@ -14,7 +14,7 @@ bincode = "1.3"
1414
criterion = "0.5"
1515
indexmap = "2.6"
1616
itertools = "0.12"
17-
litesvm = { path = "svm", version = "0.2" }
17+
litesvm = { path = "svm", version = "0.3" }
1818
log = "0.4"
1919
serde = "1.0"
2020
smallvec = "1.13"

0 commit comments

Comments
 (0)