Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoniePhiline committed Apr 21, 2023
1 parent 0d407c3 commit fa3960e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

*(none)*

## [0.3.0] - 2023-04-21

### Breaking

- BREAKING: Updated to [`axum-sessions 0.5`](https://github.com/maxcountryman/axum-sessions/releases/tag/v0.5.0).

### Added

- Created CI workflow, with `cargo check`, `cargo clippy`, `cargo fmt --check`, `cargo doc`, `cargo test` and `cargo sort --check`.
Expand All @@ -15,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Removed `tower::util::ServiceExt::oneshot` from `README.md`, hinting instead merely at serving the app with `hyper::Server`. (#17, #20)
- Updated library dependencies.
- Updated `same-site` and `cross-site` example dependencies.

## [0.2.2] - 2022-12-01

Expand All @@ -39,9 +49,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added support for [`axum` 0.6](https://tokio.rs/blog/2022-11-25-announcing-axum-0-6-0),
[`axum-core` 0.3](https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0)
and [`axum-sessions` 0.4](https://github.com/maxcountryman/axum-sessions/releases/tag/v0.4.0).
- Added support for [`axum 0.6`](https://tokio.rs/blog/2022-11-25-announcing-axum-0-6-0),
[`axum-core 0.3`](https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0)
and [`axum-sessions 0.4`](https://github.com/maxcountryman/axum-sessions/releases/tag/v0.4.0).

### Changed

Expand Down Expand Up @@ -109,7 +119,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Example / demo projects for same-site and cross-site usage.
- Added full crate documentation.

[unreleased]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.2.2...HEAD
[unreleased]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.3.0...HEAD
[0.3.0]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.2.2...0.3.0
[0.2.2]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.2.1...0.2.2
[0.2.1]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.1.4...0.2.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -9,7 +9,7 @@ homepage = "https://github.com/LeoniePhiline/axum-csrf-sync-pattern"
license = "MPL-2.0"
readme = "README.md"

version = "0.2.2"
version = "0.3.0"
edition = "2021"

[badges]
Expand Down

0 comments on commit fa3960e

Please sign in to comment.