Skip to content

Commit

Permalink
chore(actix-codec): prepare release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jan 30, 2024
1 parent 1a5d85e commit 07e7f82
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
27 changes: 10 additions & 17 deletions actix-codec/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,38 @@

## Unreleased

## 0.5.2

- Minimum supported Rust version (MSRV) is now 1.65.

## 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.

[#451]: https://github.com/actix/actix-net/pull/451

## 0.5.0

- Updated `tokio-util` dependency to `0.7.0`. [#446]

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

## 0.4.2

- No significant changes since `0.4.1`.

## 0.4.1

- Added `LinesCodec.` [#338]
- `Framed::poll_ready` flushes when the buffer is full. [#409]

[#338]: https://github.com/actix/actix-net/pull/338
[#409]: https://github.com/actix/actix-net/pull/409
- Added `LinesCodec`.
- `Framed::poll_ready` flushes when the buffer is full.

## 0.4.0

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

## 0.4.0-beta.1

- Replace `pin-project` with `pin-project-lite`. [#237]
- Upgrade `tokio` dependency to `1`. [#237]
- Upgrade `tokio-util` dependency to `0.6`. [#237]
- Upgrade `bytes` dependency to `1`. [#237]

[#237]: https://github.com/actix/actix-net/pull/237
- Replace `pin-project` with `pin-project-lite`.
- Upgrade `tokio` dependency to `1`.
- Upgrade `tokio-util` dependency to `0.6`.
- Upgrade `bytes` dependency to `1`.

## 0.3.0

Expand Down
2 changes: 1 addition & 1 deletion actix-codec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-codec"
version = "0.5.1"
version = "0.5.2"
authors = [
"Nikolay Kim <[email protected]>",
"Rob Ede <[email protected]>",
Expand Down

0 comments on commit 07e7f82

Please sign in to comment.