Skip to content

Commit 2a15f1d

Browse files
chore: release v0.20.2 (#629)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c0fd7ea commit 2a15f1d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [0.20.2](https://github.com/sharksforarms/deku/compare/deku-v0.20.1...deku-v0.20.2) - 2025-11-25
6+
7+
### Other
8+
9+
- Fix recursive DekuSize impl ([#628](https://github.com/sharksforarms/deku/pull/628))
10+
511
## [0.20.1](https://github.com/sharksforarms/deku/compare/deku-v0.20.0...deku-v0.20.1) - 2025-11-24
612

713
### Added

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["sharks <sharks@sharks>"]
33
edition = "2021"
44
name = "deku"
5-
version = "0.20.1"
5+
version = "0.20.2"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/sharksforarms/deku"
88
keywords = ["deku", "bits", "serialization", "deserialization", "struct"]
@@ -28,7 +28,7 @@ bits = ["dep:bitvec", "deku_derive/bits" ]
2828
descriptive-errors = ["alloc"]
2929

3030
[dependencies]
31-
deku_derive = { version = "^0.20.1", path = "deku-derive", default-features = false}
31+
deku_derive = { version = "^0.20.2", path = "deku-derive", default-features = false}
3232
bitvec = { version = "1.0.1", default-features = false, optional = true }
3333
log = { version = "0.4.28", optional = true }
3434
no_std_io = { version = "0.9.1", default-features = false, package = "no_std_io2" }

deku-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["sharks <sharks@sharks>"]
33
edition = "2021"
44
name = "deku_derive"
5-
version = "0.20.1"
5+
version = "0.20.2"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/sharksforarms/deku"
88
description = "bit level serialization/deserialization proc-macro for structs"

0 commit comments

Comments
 (0)