Add version structure to README.md

Added the new branch and tag strategy in the README.md
This commit is contained in:
Paul Zinselmeyer 2024-04-18 16:13:57 +02:00
parent 98b4dea841
commit a7b76ace76
Signed by: pfzetto
GPG Key ID: 142847B253911DB0
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ Your OIDC-Client must be allowed to redirect to **every** subpath of your applic
# Examples
Take a look at the `examples` folder for examples.
# Older Versions
All versions on [crates.io](https://crates.io) are available as git tags.
Additonal all minor versions have their own branch (format `vX.Y` where `X` is the major and `Y` is the minor version) where bug fixes are implemented.
Examples for each version can be found there in the previously mentioned `examples` folder.
# Contributing
I'm happy about any contribution in any form.
Feel free to submit feature requests and bug reports using a GitHub Issue.