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

Commit e73995b

Browse files
committed
Mention versioning in reference documentation
1 parent 7c57207 commit e73995b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ You need a local running RabbitMQ instance.
138138

139139
## Versioning
140140

141-
Reactor RabbitMQ used [semantic versioning](https://semver.org/) from 1.0 to 1.4, but switched to
141+
Reactor RabbitMQ used [semantic versioning](https://semver.org/) from version 1.0 to version 1.4, but switched to
142142
another scheme for consistency with [Reactor Core](https://github.com/reactor/reactor-core/)
143143
and the other Reactor libraries.
144144

src/docs/asciidoc/getting-started.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,18 @@ For Maven:
210210
</repositories>
211211
--------
212212

213+
==== Versioning
214+
215+
Reactor RabbitMQ used https://semver.org/[semantic versioning] from version 1.0 to
216+
version 1.4, but switched to another scheme for consistency
217+
with https://github.com/reactor/reactor-core/[Reactor Core]
218+
and the other Reactor libraries.
219+
220+
Starting from 1.4, Reactor RabbitMQ uses a `GENERATION.MAJOR.MINOR` scheme, whereby an increment in:
221+
222+
* `GENERATION` marks a change of library generation. Expect improvements, new features, bug fixes, and
223+
incompatible API changes.
224+
* `MAJOR` marks a significant release. Expect new features, bug fixes, and small incompatible API changes.
225+
* `MINOR` marks a maintenance release. Expect new features and bug fixes, but *no* incompatible API changes.
226+
213227

0 commit comments

Comments
 (0)