Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 304269f

Browse files
committed
Specify versioning scheme in readme
1 parent 9b79c75 commit 304269f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,19 @@ You need a local running RabbitMQ instance.
136136
./gradlew eclipse
137137
./gradlew idea
138138

139+
## Versioning
140+
141+
Reactor RabbitMQ used [semantic versioning](https://semver.org/) from 1.0 to 1.4, but switched to
142+
another scheme for consistency with [Reactor Core](https://github.com/reactor/reactor-core/)
143+
and the other Reactor libraries.
144+
145+
Starting from 1.4, Reactor RabbitMQ uses a `GENERATION.MAJOR.MINOR` scheme, whereby an increment in:
146+
147+
* `GENERATION` marks a change of library generation. Expect improvements, new features, bug fixes, and
148+
incompatible API changes.
149+
* `MAJOR` marks a significant release. Expect new features, bug fixes, and small incompatible API changes.
150+
* `MINOR` marks a maintenance release. Expect new features and bug fixes, but *no* incompatible API changes.
151+
139152
## Community / Support
140153

141154
* For Reactor and Reactor RabbitMQ questions: [![Join the chat at https://gitter.im/reactor/reactor](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/reactor/reactor?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

0 commit comments

Comments
 (0)