Skip to content

Commit

Permalink
Release 0.3.0 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen authored Oct 12, 2024
1 parent 6b0db90 commit 73a02bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## [Unreleased]

## [0.3.0] - 2024-10-12

### Added

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

### Changed

Expand Down Expand Up @@ -45,7 +47,8 @@

- Initial release.

[Unreleased]: https://github.com/LiteSVM/litesvm/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/LiteSVM/litesvm/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/LiteSVM/litesvm/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/LiteSVM/litesvm/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/LiteSVM/litesvm/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/LiteSVM/litesvm/releases/tag/v0.1.0
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["loader", "svm", "token"]

[workspace.package]
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/LiteSVM/litesvm"
Expand All @@ -14,7 +14,7 @@ bincode = "1.3"
criterion = "0.5"
indexmap = "2.6"
itertools = "0.12"
litesvm = { path = "svm", version = "0.2" }
litesvm = { path = "svm", version = "0.3" }
log = "0.4"
serde = "1.0"
smallvec = "1.13"
Expand Down

0 comments on commit 73a02bf

Please sign in to comment.