Skip to content

Commit

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

## [Unreleased]

## [0.1.4] - 2022-11-29

### Added

- Tested code coverage and added tests covering the error path.
Expand All @@ -22,8 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Rewrote example / demo projects to never panic, but use appropriate error handling instead.
- Removed direct dependency on `async-session`, using the re-export from `axum-sessions` instead.

### Fixed

## [0.1.3] - 2022-11-24

### Fixed
Expand All @@ -50,7 +50,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.1.3...HEAD
[unreleased]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.1.4...HEAD
[0.1.4]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.1.3...0.1.4
[0.1.3]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.1.0...0.1.1
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 = "Apache-2.0"
readme = "README.md"

version = "0.1.3"
version = "0.1.4"
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 @@ -13,7 +13,7 @@ More information about this crate can be found in the [crate documentation][docs
## Installation

```toml
axum-csrf-sync-pattern = "0.1.3"
axum-csrf-sync-pattern = "0.1.4"
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion examples/cross-site/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cross-site"
authors = ["LeoniePhiline <awoo@posteo.de>"]
version = "0.1.3"
version = "0.1.4"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion examples/same-site/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "same-site"
authors = ["LeoniePhiline <awoo@posteo.de>"]
version = "0.1.3"
version = "0.1.4"
edition = "2021"
publish = false

Expand Down

0 comments on commit 232dbfa

Please sign in to comment.