Skip to content

Commit

Permalink
Update publish dates
Browse files Browse the repository at this point in the history
  • Loading branch information
ralpha committed Jan 14, 2024
1 parent e9cc567 commit e53cc9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
10 changes: 1 addition & 9 deletions okapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This project follows the [Semantic Versioning standard](https://semver.org/).

### Security

## Unreleased Version 0.7.0 (2023-xx-xx)
## Unreleased Version 0.7.0 (2024-01-14)

### Added
- Added `Eq` trait for various structures.
Expand All @@ -25,14 +25,6 @@ This project follows the [Semantic Versioning standard](https://semver.org/).
- `merge_paths` does correctly handle the merging of paths with double `/` in the combined path.
- Updated to Rust 2021 edition.

### Deprecated

### Removed

### Fixed

### Security

## Version 0.7.0-rc.1 (2021-10-02)

### Added
Expand Down
11 changes: 1 addition & 10 deletions rocket-okapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This project follows the [Semantic Versioning standard](https://semver.org/).

### Security

## Unreleased Version 0.8.0 (2024-xx-xx)
## Unreleased Version 0.8.0 (2024-01-14)

### Added
- Added support for new [`Responder`](https://docs.rs/rocket/0.5.0/rocket/response/trait.Responder.html)
Expand Down Expand Up @@ -58,15 +58,6 @@ This project follows the [Semantic Versioning standard](https://semver.org/).
- Updated all crates to Rust 2021 edition.
- Renamed `uuid` example to `uuid_usage`, so it does not collide with `uuid` crate.

### Deprecated

### Removed

### Fixed

### Security


This version also includes all the changes from `0.8.0-rc.1`, `0.8.0-rc.2` and `0.8.0-rc.3`.
See below for more info on the changes made in these versions.

Expand Down

0 comments on commit e53cc9b

Please sign in to comment.