-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Groovie | Mango edited this page Aug 15, 2024
·
7 revisions
Currently there are two actively maintained release streams.
- main product branch
# change version in Cargo.tom
git co release/connector-v0.4.x && git merge --ff-only main
# adjust version in Cargo.toml
git tag connector-v0.4.zzz
git push origin release/connector-v0.4.x --tags
- older version kept for potential users
- receives only maintenance patches