File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage = "https://github.com/LeoniePhiline/axum-csrf-sync-pattern"
99license = " MPL-2.0"
1010readme = " README.md"
1111
12- version = " 0.3.1 "
12+ version = " 0.3.2 "
1313edition = " 2021"
1414
1515[badges ]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments