1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 21:51:06 +01:00

chore(actix-codec): prepare release 0.5.2

This commit is contained in:
Rob Ede 2024-01-30 21:16:42 +00:00
parent 1a5d85ec8b
commit 07e7f82345
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 11 additions and 18 deletions

View File

@ -2,20 +2,18 @@
## Unreleased ## Unreleased
## 0.5.2
- Minimum supported Rust version (MSRV) is now 1.65. - Minimum supported Rust version (MSRV) is now 1.65.
## 0.5.1 ## 0.5.1
- Logs emitted now use the `tracing` crate with `log` compatibility. [#451] - Logs emitted now use the `tracing` crate with `log` compatibility.
- Minimum supported Rust version (MSRV) is now 1.49. - Minimum supported Rust version (MSRV) is now 1.49.
[#451]: https://github.com/actix/actix-net/pull/451
## 0.5.0 ## 0.5.0
- Updated `tokio-util` dependency to `0.7.0`. [#446] - Updated `tokio-util` dependency to `0.7.0`.
[#446]: https://github.com/actix/actix-net/pull/446
## 0.4.2 ## 0.4.2
@ -23,11 +21,8 @@
## 0.4.1 ## 0.4.1
- Added `LinesCodec.` [#338] - Added `LinesCodec`.
- `Framed::poll_ready` flushes when the buffer is full. [#409] - `Framed::poll_ready` flushes when the buffer is full.
[#338]: https://github.com/actix/actix-net/pull/338
[#409]: https://github.com/actix/actix-net/pull/409
## 0.4.0 ## 0.4.0
@ -35,12 +30,10 @@
## 0.4.0-beta.1 ## 0.4.0-beta.1
- Replace `pin-project` with `pin-project-lite`. [#237] - Replace `pin-project` with `pin-project-lite`.
- Upgrade `tokio` dependency to `1`. [#237] - Upgrade `tokio` dependency to `1`.
- Upgrade `tokio-util` dependency to `0.6`. [#237] - Upgrade `tokio-util` dependency to `0.6`.
- Upgrade `bytes` dependency to `1`. [#237] - Upgrade `bytes` dependency to `1`.
[#237]: https://github.com/actix/actix-net/pull/237
## 0.3.0 ## 0.3.0

View File

@ -1,6 +1,6 @@
[package] [package]
name = "actix-codec" name = "actix-codec"
version = "0.5.1" version = "0.5.2"
authors = [ authors = [
"Nikolay Kim <fafhrd91@gmail.com>", "Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>", "Rob Ede <robjtede@icloud.com>",