Closed LeoniePhiline closed 1 year ago
Thanks for raising this. I think it would be nice to start using tools like cargo release in conjunction with this.
Once you did, I'll copy yours ;)
My release process is still somewhat error prone - it is so easy to forget adjust version numbers somewhere.
Using cargo release
will help with that tremendously.
Should be addressed by: https://github.com/maxcountryman/axum-sessions/commit/d7b96f93ca1dca62f96d5e972fc3260d82d7da15
Thank you! 💛
This is a great start: https://keepachangelog.com/en/1.1.0/
GitHub Releases like https://github.com/LeoniePhiline/axum-csrf-sync-pattern/releases also would help dependents know what changed per each release!
Thanks for your consideration.