diff options
| author | Ulf Lilleengen <[email protected]> | 2024-08-02 21:45:10 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-08-05 08:56:29 +0200 |
| commit | ffb55754c8c63b1840bc085b7c3d9d1ee02a1845 (patch) | |
| tree | c02d3af5bd303c71ff6db79a0585d912ae2612f1 /embassy-net-driver-channel | |
| parent | 2f3b3335e12f4c3aa988078d46cb6a3597277bd7 (diff) | |
Prepare release embassy-net-driver-channel
Diffstat (limited to 'embassy-net-driver-channel')
| -rw-r--r-- | embassy-net-driver-channel/CHANGELOG.md | 5 | ||||
| -rw-r--r-- | embassy-net-driver-channel/Cargo.toml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/embassy-net-driver-channel/CHANGELOG.md b/embassy-net-driver-channel/CHANGELOG.md index b04d0a86b..a9aff4f2c 100644 --- a/embassy-net-driver-channel/CHANGELOG.md +++ b/embassy-net-driver-channel/CHANGELOG.md | |||
| @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. | |||
| 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | 7 | ||
| 8 | ## 0.3.0 - 2024-08-02 | ||
| 9 | |||
| 10 | - Add collapse_debuginfo to fmt.rs macros. | ||
| 11 | - Update embassy-sync version | ||
| 12 | |||
| 8 | ## 0.2.0 - 2023-10-18 | 13 | ## 0.2.0 - 2023-10-18 |
| 9 | 14 | ||
| 10 | - Update `embassy-net-driver` to v0.2 | 15 | - Update `embassy-net-driver` to v0.2 |
diff --git a/embassy-net-driver-channel/Cargo.toml b/embassy-net-driver-channel/Cargo.toml index 3bd7d288a..abce9315b 100644 --- a/embassy-net-driver-channel/Cargo.toml +++ b/embassy-net-driver-channel/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-net-driver-channel" | 2 | name = "embassy-net-driver-channel" |
| 3 | version = "0.2.0" | 3 | version = "0.3.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | description = "High-level channel-based driver for the `embassy-net` async TCP/IP network stack." | 6 | description = "High-level channel-based driver for the `embassy-net` async TCP/IP network stack." |
