Skip to content

Commit

Permalink
release: 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoniePhiline committed Apr 5, 2024
1 parent abc8a46 commit 8be66a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] <!-- release-date -->

## [0.3.2] - 2024-04-05

### Added

- Configure `cargo nextest` and `cargo llvm-cov` to run in CI.
Expand Down Expand Up @@ -136,7 +138,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added full crate documentation.

<!-- next-url -->
[Unreleased]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.3.1...HEAD
[Unreleased]: https://github.com/LeoniePhiline/basispoort-sync-client/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.3.1...v0.3.2
[0.3.1]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.3.0...0.3.1
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://github.com/LeoniePhiline/axum-csrf-sync-pattern"
license = "MPL-2.0"
readme = "README.md"

version = "0.3.1"
version = "0.3.2"
edition = "2021"

[badges]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ More information about this crate can be found in the [crate documentation][docs
## Installation

```toml
axum-csrf-sync-pattern = "0.3.1"
axum-csrf-sync-pattern = "0.3.2"
```

## Examples
Expand Down

0 comments on commit 8be66a3

Please sign in to comment.