File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.17.0] - 2024-04-23
6+
57## Changes
68- Bumped MSRV to ` 1.71 ` ([ #438 ] ( https://github.com/sharksforarms/deku/pull/438 ) )
79- Add DekuWrite impl for ` [T] ` ([ #416 ] ( https://github.com/sharksforarms/deku/pull/416 ) )
@@ -467,7 +469,9 @@ Community:
467469- Added ` release.toml `
468470- Added ` CHANGELOG.md ` to track changes
469471
470- [ Unreleased ] : https://github.com/sharksforarms/deku/compare/deku-v0.16.0...HEAD
472+ [ Unreleased ] : https://github.com/sharksforarms/deku/compare/deku-v0.17.0...HEAD
473+
474+ [ 0.17.0 ] : https://github.com/sharksforarms/deku/compare/deku-v0.16.0...deku-v0.17.0
471475
472476[ 0.16.0 ] : https://github.com/sharksforarms/deku/compare/deku-v0.15.1...deku-v0.16.0
473477
Original file line number Diff line number Diff line change 44[ ![ Rust Documentation] ( https://docs.rs/deku/badge.svg )] ( https://docs.rs/deku )
55[ ![ Actions Status] ( https://github.com/sharksforarms/deku/workflows/CI/badge.svg )] ( https://github.com/sharksforarms/deku/actions )
66[ ![ codecov] ( https://codecov.io/gh/sharksforarms/deku/branch/master/graph/badge.svg )] ( https://codecov.io/gh/sharksforarms/deku )
7- [ ![ Gitter] ( https://badges.gitter.im/rust-deku/community.svg )] ( https://gitter.im/rust-deku/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
87
98Declarative binary reading and writing
109
@@ -22,13 +21,13 @@ for binary structs or network headers
2221
2322``` toml
2423[dependencies ]
25- deku = " 0.16 "
24+ deku = " 0.17 "
2625```
2726
2827no_std:
2928``` toml
3029[dependencies ]
31- deku = { version = " 0.16 " , default-features = false , features = [" alloc" ] }
30+ deku = { version = " 0.17 " , default-features = false , features = [" alloc" ] }
3231```
3332
3433## Example
Original file line number Diff line number Diff line change 11push =false
22publish =false
3- dev-version =false
43consolidate-commits =true
54pre-release-commit-message =" release: deku and deku-derive release"
65tag =true
You can’t perform that action at this time.
0 commit comments