Skip to content

Commit 90ee185

Browse files
committed
chaincraft: bump to 0.2.4
1 parent d44b0af commit 90ee185

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.4] - 2025-03-12
11+
12+
### Fixed
13+
- Remove corrupted test_slush.rs:*:* files from git
14+
1015
## [0.2.2] - 2025-03-12
1116

1217
### Added
@@ -73,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7378
- Configurable resource limits
7479
- Optimized cryptographic operations
7580

76-
[Unreleased]: https://github.com/jose-blockchain/chaincraft-rust/compare/v0.2.2...HEAD
81+
[Unreleased]: https://github.com/jose-blockchain/chaincraft-rust/compare/v0.2.4...HEAD
82+
[0.2.4]: https://github.com/jose-blockchain/chaincraft-rust/compare/v0.2.2...v0.2.4
7783
[0.2.2]: https://github.com/jose-blockchain/chaincraft-rust/compare/v0.2.1...v0.2.2
7884
[0.2.1]: https://github.com/jose-blockchain/chaincraft-rust/compare/v0.2.0...v0.2.1
7985
[0.2.0]: https://github.com/jose-blockchain/chaincraft-rust/compare/v0.1.0...v0.2.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 = "chaincraft"
3-
version = "0.2.2"
3+
version = "0.2.4"
44
edition = "2021"
55
rust-version = "1.82"
66
authors = ["Chaincraft Contributors"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Add Chaincraft Rust to your `Cargo.toml`:
7272

7373
```toml
7474
[dependencies]
75-
chaincraft = "0.2.2"
75+
chaincraft = "0.2.4"
7676
```
7777

7878
### Basic Example
@@ -195,7 +195,7 @@ Enable features in your `Cargo.toml`:
195195

196196
```toml
197197
[dependencies]
198-
chaincraft = { version = "0.2.2", features = ["persistent", "indexing"] }
198+
chaincraft = { version = "0.2.4", features = ["persistent", "indexing"] }
199199
```
200200

201201
## Development

0 commit comments

Comments
 (0)