Skip to content

Commit

Permalink
Merge pull request #88 from stm32-rs/release-v0.5.1
Browse files Browse the repository at this point in the history
Release v0.5.1
  • Loading branch information
datdenkikniet authored Sep 12, 2023
2 parents 672d6db + 4b2a2bf commit b4bb310
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Unreleased

## [0.5.1](https://github.com/stm32-rs/stm32-eth/tree/v0.5.1)
* Ensure `packet_id` overflow does not panic ([#87])

[#87]: https://github.com/stm32-rs/stm32-eth/pull/87

## [0.5.0](https://github.com/stm32-rs/stm32-eth/tree/v0.5.0)
### Changes
* Update to `smoltcp` ~~v0.9~~ v0.10 (~~[#71]~~ [#81])
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "stm32-eth"
description = "Embedded Rust Ethernet driver for the STM32 MCU series"
license = "Apache-2.0"
authors = ["Astro <[email protected]>", "Johannes Draaijer <[email protected]>"]
version = "0.5.0"
version = "0.5.1"
keywords = ["ethernet", "eth", "stm32", "stm32f4", "stm32f7"]
repository = "https://github.com/stm32-rs/stm32-eth"
documentation = "https://docs.rs/stm32-eth/"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,11 @@ cargo run --release --example arp \
--features stm32f767 \
--target thumbv7em-none-eabihf
```

## License

All source code (including code snippets) is licensed under the Apache License, Version 2.0 ([LICENSE](LICENSE)) or [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

0 comments on commit b4bb310

Please sign in to comment.