Skip to content

Commit

Permalink
Release gotham_restful 0.7.5 and gotham_restful_redoc 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Jul 29, 2022
1 parent a607f75 commit 3888d9f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org).

## [0.7.5] - 2022-07-29
### Updated
- The linked redoc version has been updated to [2.0.0-rc.74](https://github.com/Redocly/redoc/blob/master/CHANGELOG.md#200-rc74-2022-07-28)
- From now on, the redoc handler sits in the `gotham_restful_redoc` crate. The version of `gotham_restful` will not be bumped for every new release of redoc.

## [0.7.4] - 2022-06-02
### Updated
- The linked redoc version has been updated to [2.0.0-rc.71](https://github.com/Redocly/redoc/blob/master/CHANGELOG.md#200-rc71-2022-05-31)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [".", "./derive", "./redoc"]

[package]
name = "gotham_restful"
version = "0.7.4"
version = "0.7.5"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2021"
rust-version = "1.58.0"
Expand Down
2 changes: 1 addition & 1 deletion redoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = "1.58.0"
description = "Private implementation detail of gotham_restful"
license = "Apache-2.0"
repository = "https://github.com/msrd0/gotham_restful"
include = ["/src/**/*.rs", "/src/**/*.min.js", "/LICENSE"]
include = ["/src/lib.rs", "/src/script.min.js", "/LICENSE"]

[dependencies]
futures-core = "0.3.19"
Expand Down

0 comments on commit 3888d9f

Please sign in to comment.