Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a68a3d9

Browse files
chore: release v0.20.3 (#644)
* chore: release v0.20.3 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: wcampbell <[email protected]>
1 parent ad99222 commit a68a3d9

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.20.3](https://github.com/sharksforarms/deku/compare/deku-v0.20.2...deku-v0.20.3) - 2026-01-15
6+
7+
### Fixed
8+
9+
- DekuSize: Add padding size calculation ([#640](https://github.com/sharksforarms/deku/pull/640))
10+
- DekuSize: Add magic enum/struct field/top-level ([#639](https://github.com/sharksforarms/deku/pull/639))
11+
- DekuSize: Disallow seek attributes for struct/enums and fields ([#638](https://github.com/sharksforarms/deku/pull/638))
12+
513
## [0.20.2](https://github.com/sharksforarms/deku/compare/deku-v0.20.1...deku-v0.20.2) - 2025-11-25
614

715
### Other

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.2"
5+
version = "0.20.3"
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.2", path = "deku-derive", default-features = false}
31+
deku_derive = { version = "^0.20.3", 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.2"
5+
version = "0.20.3"
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)