Skip to content

Commit 07e7f82

Browse files
committed
chore(actix-codec): prepare release 0.5.2
1 parent 1a5d85e commit 07e7f82

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

actix-codec/CHANGES.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,38 @@
22

33
## Unreleased
44

5+
## 0.5.2
6+
57
- Minimum supported Rust version (MSRV) is now 1.65.
68

79
## 0.5.1
810

9-
- Logs emitted now use the `tracing` crate with `log` compatibility. [#451]
11+
- Logs emitted now use the `tracing` crate with `log` compatibility.
1012
- Minimum supported Rust version (MSRV) is now 1.49.
1113

12-
[#451]: https://github.com/actix/actix-net/pull/451
13-
1414
## 0.5.0
1515

16-
- Updated `tokio-util` dependency to `0.7.0`. [#446]
17-
18-
[#446]: https://github.com/actix/actix-net/pull/446
16+
- Updated `tokio-util` dependency to `0.7.0`.
1917

2018
## 0.4.2
2119

2220
- No significant changes since `0.4.1`.
2321

2422
## 0.4.1
2523

26-
- Added `LinesCodec.` [#338]
27-
- `Framed::poll_ready` flushes when the buffer is full. [#409]
28-
29-
[#338]: https://github.com/actix/actix-net/pull/338
30-
[#409]: https://github.com/actix/actix-net/pull/409
24+
- Added `LinesCodec`.
25+
- `Framed::poll_ready` flushes when the buffer is full.
3126

3227
## 0.4.0
3328

3429
- No significant changes since v0.4.0-beta.1.
3530

3631
## 0.4.0-beta.1
3732

38-
- Replace `pin-project` with `pin-project-lite`. [#237]
39-
- Upgrade `tokio` dependency to `1`. [#237]
40-
- Upgrade `tokio-util` dependency to `0.6`. [#237]
41-
- Upgrade `bytes` dependency to `1`. [#237]
42-
43-
[#237]: https://github.com/actix/actix-net/pull/237
33+
- Replace `pin-project` with `pin-project-lite`.
34+
- Upgrade `tokio` dependency to `1`.
35+
- Upgrade `tokio-util` dependency to `0.6`.
36+
- Upgrade `bytes` dependency to `1`.
4437

4538
## 0.3.0
4639

actix-codec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-codec"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"Rob Ede <[email protected]>",

0 commit comments

Comments
 (0)