Skip to content

Commit

Permalink
prep for 0.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharksforarms committed May 23, 2024
1 parent 184dca4 commit e8ee418
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.17.0] - 2024-04-23

## Changes
- Bumped MSRV to `1.71` ([#438](https://github.com/sharksforarms/deku/pull/438))
- Add DekuWrite impl for `[T]` ([#416](https://github.com/sharksforarms/deku/pull/416))
Expand Down Expand Up @@ -467,7 +469,9 @@ Community:
- Added `release.toml`
- Added `CHANGELOG.md` to track changes

[Unreleased]: https://github.com/sharksforarms/deku/compare/deku-v0.16.0...HEAD
[Unreleased]: https://github.com/sharksforarms/deku/compare/deku-v0.17.0...HEAD

[0.17.0]: https://github.com/sharksforarms/deku/compare/deku-v0.16.0...deku-v0.17.0

[0.16.0]: https://github.com/sharksforarms/deku/compare/deku-v0.15.1...deku-v0.16.0

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Rust Documentation](https://docs.rs/deku/badge.svg)](https://docs.rs/deku)
[![Actions Status](https://github.com/sharksforarms/deku/workflows/CI/badge.svg)](https://github.com/sharksforarms/deku/actions)
[![codecov](https://codecov.io/gh/sharksforarms/deku/branch/master/graph/badge.svg)](https://codecov.io/gh/sharksforarms/deku)
[![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)

Declarative binary reading and writing

Expand All @@ -22,13 +21,13 @@ for binary structs or network headers

```toml
[dependencies]
deku = "0.16"
deku = "0.17"
```

no_std:
```toml
[dependencies]
deku = { version = "0.16", default-features = false, features = ["alloc"] }
deku = { version = "0.17", default-features = false, features = ["alloc"] }
```

## Example
Expand Down
1 change: 0 additions & 1 deletion release.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
push=false
publish=false
dev-version=false
consolidate-commits=true
pre-release-commit-message="release: deku and deku-derive release"
tag=true
Expand Down

0 comments on commit e8ee418

Please sign in to comment.