Skip to content

Commit 3f92c45

Browse files
authored
Merge pull request #74 from cipherstash/release-plz-2026-05-05T01-23-58Z
chore: release
2 parents b36bea2 + 2085bf8 commit 3f92c45

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

packages/orderable-bytes/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11

22

3+
### Features
4+
5+
- impl ToOrderableBytes for i16/i32/i64/f64
6+
- impl ToOrderableBytes for bool
7+
- impl ToOrderableBytes for u8/i8 and u128/i128
8+
- impl ToOrderableBytes for u16/u32/u64
9+
- impl ToOrderableBytes for char and f32
10+
11+
### Miscellaneous
12+
13+
- release
14+
15+
### Refactoring
16+
17+
- introduce ToOrderableBytes trait
18+
- widen i16/i32 numeric impls to [u8; 8]
19+
- rename `numeric` module to `primitive`
20+
- emit native widths for narrow primitives
21+
22+
323
### Features
424

525
- impl ToOrderableBytes for i16/i32/i64/f64

packages/ore-rs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99

10+
### Features
11+
12+
- impl OreEncrypt for all primitives via ToOrderableBytes
13+
14+
### Miscellaneous
15+
16+
- release
17+
18+
### Refactoring
19+
20+
- introduce ToOrderableBytes trait
21+
- drop dead convert module
22+
23+
1024
### Features
1125

1226
- impl OreEncrypt for all primitives via ToOrderableBytes

0 commit comments

Comments
 (0)