Skip to content

Commit

Permalink
Version 0.4.2 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
programatik29 authored Aug 5, 2022
1 parent d9681c3 commit 04bbd9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog], and this project adheres to

# Unreleased

None.

# 0.4.2 (5. August 2022)

- **added:** Added `Server::from_tcp`, `axum_server::from_tcp` and
`axum_server::from_tcp_rustls` methods to create `Server` from
`std::net::TcpListener`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "axum-server"
readme = "README.md"
repository = "https://github.com/programatik29/axum-server"
version = "0.4.1"
version = "0.4.2"

[features]
default = []
Expand Down

0 comments on commit 04bbd9f

Please sign in to comment.