Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Oct 2, 2023
1 parent b9bc108 commit 6da75d3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

[Axum]: https://crates.io/crates/axum
[Chrono]: https://crates.io/crates/chrono
[Hyper]: https://crates.io/crates/hyper
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
Expand All @@ -11,6 +12,21 @@ The format is based on [Keep a Changelog][], and this project adheres to
[Semantic Versioning][].


## 0.3.0 (02 October 2023)

### Added

- Extended `http::ResponseExt` to cover [Axum][]

### Fixed

- Made `http::UnpackedResponse` fields public

### Changed

- Renamed `hyper` module to `http`


## 0.2.0 (01 October 2023)

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*"]

[workspace.package]
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT"
authors = ["Dan Williams <dan@dotfive.co.uk>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/rubedo-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rubedo-macros"
version = "0.2.0"
version = "0.3.0"
description = "Proc macros for Rubedo"
categories = []
keywords = ["macro", "library", "utility"]
Expand Down
2 changes: 1 addition & 1 deletion crates/rubedo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rubedo"
version = "0.2.0"
version = "0.3.0"
description = "Library of useful functionality and extensions"
categories = []
keywords = ["library", "utility"]
Expand Down

0 comments on commit 6da75d3

Please sign in to comment.