Skip to content

Commit aeca262

Browse files
authored
Release tower-http v0.6.0 (#518)
1 parent 95e28bf commit aeca262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tower-http/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
# 0.6.0 (unreleased)
8+
# 0.6.0
99

1010
## Changed:
1111

tower-http/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tower-http"
33
description = "Tower middleware and utilities for HTTP clients and servers"
4-
version = "0.5.2"
4+
version = "0.6.0"
55
authors = ["Tower Maintainers <team@tower-rs.com>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)