maxcountryman / axum-sessions

🥠 Cookie-based sessions for Axum via async-session.
MIT License
74 stars 18 forks source link

Please consider to keep a changelog #18

Closed LeoniePhiline closed 1 year ago

LeoniePhiline commented 1 year ago

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.

maxcountryman commented 1 year ago

Thanks for raising this. I think it would be nice to start using tools like cargo release in conjunction with this.

LeoniePhiline commented 1 year ago

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.

maxcountryman commented 1 year ago

Should be addressed by: https://github.com/maxcountryman/axum-sessions/commit/d7b96f93ca1dca62f96d5e972fc3260d82d7da15

LeoniePhiline commented 1 year ago

Thank you! 💛