From a7b76ace76d13e52d39c190dcedf18e1f586d4d7 Mon Sep 17 00:00:00 2001 From: Paul Zinselmeyer Date: Thu, 18 Apr 2024 16:13:57 +0200 Subject: [PATCH] Add version structure to README.md Added the new branch and tag strategy in the README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9dd061a..9df8a65 100644 --- a/README.md +++ b/README.md @@ -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.