Skip to content

Commit b6bc3bc

Browse files
committed
[Docs] Update some docs for 1.0
1 parent 238baef commit b6bc3bc

File tree

3 files changed

+24
-28
lines changed

3 files changed

+24
-28
lines changed

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -133,21 +133,9 @@ core team members. Lovingly known as The Alumni:
133133

134134
## Release policy
135135

136-
We’re following [SemVer](http://semver.org/) (as much as one can be
137-
following it when the major version is 0). At this point bumps of the
138-
minor (second) version number are considered major releases and always
139-
include new features or significant changes to existing features. API
140-
compatibility between major releases is not a (big) concern (although we try
141-
to break the API rarely and only for a good reason).
142-
143-
The development cycle for the next major
144-
release starts immediately after the previous one has been
145-
shipped. Bugfix/point releases (if any) address only serious bugs and
146-
never contain new features.
147-
148-
The versions of CIDER and `cider-nrepl` are always kept in sync. If you're
149-
tracking the `master` branch of CIDER, you should also be tracking the `master`
150-
branch of `cider-nrepl`.
136+
We’re following [SemVer](http://semver.org/).
137+
138+
You can read more on the subject [here](https://docs.cider.mx/cider/about/release_policy.html).
151139

152140
## Logo
153141

doc/modules/ROOT/pages/about/compatibility.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and Boot releases.
1818
== Java
1919

2020
CIDER officially targets Java 8, Java 11 and the most recent rapid
21-
release version (e.g. Java 13). More generally speaking - we aim
21+
release version (e.g. Java 15). Generally speaking, we aim
2222
to support all Java releases that are currently officially supported
2323
by Oracle.
2424

@@ -89,6 +89,13 @@ Below you can find the official compatibility matrix for CIDER.
8989
| 8
9090
| 1.8
9191

92+
| 1.0
93+
| 25.1
94+
| 0.6
95+
| 0.25
96+
| 8
97+
| 1.8
98+
9299
|===
93100

94101
TIP: You can also check the requirements of a particular CIDER version by inspecting
Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
= Release Policy
22

3-
We're following http://semver.org/[SemVer] (as much as one can be
4-
following it when the major version is 0). At this point bumps of the
5-
minor (second) version number are considered major releases and always
6-
include new features or significant changes to existing features. API
7-
compatibility between major releases is not a (big) concern (although we try
8-
to break the API rarely and only for a good reason).
3+
We're following http://semver.org/[SemVer].
4+
5+
NOTE: Prior to CIDER 1.0, bumps of the minor (second) version number
6+
were considered major releases (e.g. 0.25 and 0.26 were major
7+
releases).
98

109
The development cycle for the next major
1110
release starts immediately after the previous one has been
1211
shipped. Bugfix/point releases (if any) address only serious bugs and
13-
never contain new features.
12+
never contain new features or public API changes.
1413

1514
Here are a few examples:
1615

17-
* 0.5.0 - Feature release
18-
* 0.5.1 - Bug-fix release
19-
* 0.5.2 - Bug-fix release
20-
* 0.6.0 - Feature release
16+
* 1.1.0 - Feature release
17+
* 1.1.1 - Bug-fix release
18+
* 1.1.2 - Bug-fix release
19+
* 1.2.0 - Feature release
2120
22-
CIDER and cider-nrepl are released independently, but follow the same release policy overall.
21+
CIDER and cider-nrepl are released independently, but follow the same release policy overall.footnote:[Keep in mind, though, that cider-nrepl has yet to make it to version 1.0]
2322
CIDER contains references to the cider-nrepl version it supports and would normally inject
2423
the newest cider-nrepl version possible.
24+
25+
Commands that were made obsolete will be removed in the next major release.

0 commit comments

Comments
 (0)