Skip to content

Commit

Permalink
release gotham_restful 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed May 20, 2021
1 parent a5fc657 commit 71f3248
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [0.4.1] - 2021-05-20
### Changed
- The readme is now extracted using [cargo-doc2readme] to support doc links

### Removed
- `dbg!` call inside the auth checking code

## [0.4.0] - 2021-05-19
### Changed
- Rename endpoint macro `change` to `update` and `remove` to `delete`
Expand All @@ -21,3 +28,5 @@ This project adheres to [Semantic Versioning](https://semver.org).

## Previous releases
Previous releases were hosted on GitLab. Please see https://gitlab.com/msrd0/gotham-restful/-/blob/master/CHANGELOG.md

[cargo-doc2readme]: https://github.com/msrd0/cargo-doc2readme
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"]

[package]
name = "gotham_restful"
version = "0.4.0"
version = "0.4.1"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
description = "RESTful additions for the gotham web framework"
Expand Down

0 comments on commit 71f3248

Please sign in to comment.