Skip to content

Commit

Permalink
Merge pull request #495 from quartiq/feature/v0.8-bump
Browse files Browse the repository at this point in the history
Bumping smoltcp version to 0.8
  • Loading branch information
Dirbaio authored Jun 14, 2021
2 parents 8449d2d + d08e948 commit 68b3fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Version bumped to 0.8
- Update `managed` from 0.7 to 0.8 ([442](https://github.com/smoltcp-rs/smoltcp/pull/442))
- udp: Add `close()` method to unbind socket.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smoltcp"
version = "0.7.0"
version = "0.8.0"
edition = "2018"
authors = ["whitequark <[email protected]>"]
description = "A TCP/IP stack designed for bare-metal, real-time systems without a heap."
Expand Down

0 comments on commit 68b3fb4

Please sign in to comment.