Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Mar 21, 2021
1 parent 7cc8403 commit d05c4d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [0.3.0] - 2021-03-21
### Changed
- The `OpenapiType` trait and derive macro have been "outsourced" into the `openapi_type` crate
- Updated `gotham` to version 0.6

## Previous releases
Previous releases were hosted on GitLab. Please see https://gitlab.com/msrd0/gotham-restful/-/blob/master/CHANGELOG.md
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [".", "./derive"]

[package]
name = "gotham_restful"
version = "0.3.0-dev"
version = "0.3.0"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
description = "RESTful additions for the gotham web framework"
Expand All @@ -21,7 +21,7 @@ futures-core = "0.3.7"
futures-util = "0.3.7"
gotham = { version = "0.6.0", default-features = false }
gotham_derive = "0.6.0"
gotham_restful_derive = { version = "0.3.0-dev", path = "./derive" }
gotham_restful_derive = { version = "0.3.0", path = "./derive" }
log = "0.4.8"
mime = "0.3.16"
serde = { version = "1.0.110", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "gotham_restful_derive"
version = "0.3.0-dev"
version = "0.3.0"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
description = "Derive macros for gotham_restful"
Expand Down

0 comments on commit d05c4d9

Please sign in to comment.