Skip to content

Commit 9638047

Browse files
authored
Merge pull request #432 from Evalir/evalir/release
feat: 1.13.0
2 parents 90aa19b + 46df207 commit 9638047

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [1.13.0] - 2025-02-18
13+
1214
- Support for borsh @ 1.5 ([#416])
1315
- `copy_le_to_slice` family to allow easier writing to pre-allocated buffers ([#424])
1416
- Unpin proptest ([#426])
@@ -369,7 +371,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
369371

370372
<!-- links to version -->
371373

372-
[unreleased]: https://github.com/recmo/uint/compare/v1.12.4...HEAD
374+
[unreleased]: https://github.com/recmo/uint/compare/v1.13.0...HEAD
375+
[1.13.0]: https://github.com/recmo/uint/releases/tag/v1.13.0
373376
[1.12.4]: https://github.com/recmo/uint/releases/tag/v1.12.4
374377
[1.12.3]: https://github.com/recmo/uint/releases/tag/v1.12.3
375378
[1.12.1]: https://github.com/recmo/uint/releases/tag/v1.12.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ruint"
33
description = "Unsigned integer type with const-generic bit length"
4-
version = "1.12.4"
4+
version = "1.13.0"
55
keywords = ["uint"]
66
categories = ["mathematics"]
77
include = [".cargo/", "src/", "README.md"]

0 commit comments

Comments
 (0)