Skip to content

Commit 8be66a3

Browse files
committed
release: 0.3.2
1 parent abc8a46 commit 8be66a3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

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

12+
## [0.3.2] - 2024-04-05
13+
1214
### Added
1315

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

138140
<!-- next-url -->
139-
[Unreleased]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.3.1...HEAD
141+
[Unreleased]: https://github.com/LeoniePhiline/basispoort-sync-client/compare/v0.3.2...HEAD
142+
[0.3.2]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.3.1...v0.3.2
140143
[0.3.1]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.3.0...0.3.1
141144
[0.3.0]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.2.2...0.3.0
142145
[0.2.2]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.2.1...0.2.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/LeoniePhiline/axum-csrf-sync-pattern"
99
license = "MPL-2.0"
1010
readme = "README.md"
1111

12-
version = "0.3.1"
12+
version = "0.3.2"
1313
edition = "2021"
1414

1515
[badges]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ More information about this crate can be found in the [crate documentation][docs
1515
## Installation
1616

1717
```toml
18-
axum-csrf-sync-pattern = "0.3.1"
18+
axum-csrf-sync-pattern = "0.3.2"
1919
```
2020

2121
## Examples

0 commit comments

Comments
 (0)