Skip to content

Commit

Permalink
chore(version): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
its-danny committed Aug 19, 2024
1 parent 2fc0402 commit 55bfda7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [0.1.0](https://github.com/quiet-camp/tower-surf/compare/a695cefbc172f451564b364778d07aa5ef941dff..0.1.0) - 2024-08-19
#### Continuous Integration
- no need to publish twice - ([2fc0402](https://github.com/quiet-camp/tower-surf/commit/2fc0402ffcee7f254d32baeece3c6810d05b4cc7)) - [@its-danny](https://github.com/its-danny)
- switch order of pre-bump hooks - ([67f5d1b](https://github.com/quiet-camp/tower-surf/commit/67f5d1bbce8d8c7029ff50c49b1b845579106405)) - [@its-danny](https://github.com/its-danny)
- fix workflows - ([3a6e8c0](https://github.com/quiet-camp/tower-surf/commit/3a6e8c0b02d023589df735dc393a865fe56f9ae3)) - [@its-danny](https://github.com/its-danny)
#### Documentation
- fix grammar - ([5c53ab4](https://github.com/quiet-camp/tower-surf/commit/5c53ab43503cbb169d45ec0e566f3871d49dd83e)) - [@its-danny](https://github.com/its-danny)
- add some documentation - ([d8cea55](https://github.com/quiet-camp/tower-surf/commit/d8cea5593f5daf46fed1fb433e479c919555e711)) - [@its-danny](https://github.com/its-danny)
- update thank you section - ([722f9f5](https://github.com/quiet-camp/tower-surf/commit/722f9f5646d8b798eab703e47398a06d947cb179)) - [@its-danny](https://github.com/its-danny)
#### Miscellaneous Chores
- initial commit - ([a695cef](https://github.com/quiet-camp/tower-surf/commit/a695cefbc172f451564b364778d07aa5ef941dff)) - [@its-danny](https://github.com/its-danny)
#### Refactoring
- use thiserror - ([ac4d5c1](https://github.com/quiet-camp/tower-surf/commit/ac4d5c1d16cb4971f2df73a0cd8f8d36a70dc62a)) - [@its-danny](https://github.com/its-danny)
#### Style
- fix doc example formatting - ([4b6f5dd](https://github.com/quiet-camp/tower-surf/commit/4b6f5dd48cf37dd0c25e5c0add2ab20191c5908a)) - [@its-danny](https://github.com/its-danny)
#### Tests
- add test for token creation - ([63f01fc](https://github.com/quiet-camp/tower-surf/commit/63f01fc438351f15ed552e5167aa0995fc02ea90)) - [@its-danny](https://github.com/its-danny)

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tower-surf"
version = "0.0.0"
version = "0.1.0"
edition = "2021"
rust-version = "1.67.1"
description = "🌊 A stateless CSRF middleware for tower."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ By default, the cookies are set to `HTTPOnly`, `SameSite: Strict`, and `Secure`.

```toml
[dependencies]
tower-surf = "0.0.0"
tower-surf = "0.1.0"
```

## 🗝️ Usage
Expand Down

0 comments on commit 55bfda7

Please sign in to comment.