Skip to content

Commit 37369f4

Browse files
committed
bump minor
1 parent 344266a commit 37369f4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## [0.19.2](https://github.com/sharksforarms/deku/compare/deku-v0.19.1...deku-v0.19.2) - 2025-10-15
5+
## [0.20.0](https://github.com/sharksforarms/deku/compare/deku-v0.19.1...deku-v0.20.0) - 2025-10-15
66

77
### Fixed
88

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.19.2"
5+
version = "0.20.0"
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", "alloc" ]
2828
descriptive-errors = ["alloc"]
2929

3030
[dependencies]
31-
deku_derive = { version = "^0.19.2", path = "deku-derive", default-features = false}
31+
deku_derive = { version = "^0.20.0", 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" }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ for binary structs or network headers
2121

2222
```toml
2323
[dependencies]
24-
deku = "0.19"
24+
deku = "0.20"
2525
```
2626

2727
no_std:
2828
```toml
2929
[dependencies]
30-
deku = { version = "0.19", default-features = false, features = ["alloc"] }
30+
deku = { version = "0.20", default-features = false, features = ["alloc"] }
3131
```
3232

3333
## Example

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.19.2"
5+
version = "0.20.0"
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)