|
1 | 1 | = Release Policy
|
2 | 2 |
|
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). |
9 | 8 |
|
10 | 9 | The development cycle for the next major
|
11 | 10 | release starts immediately after the previous one has been
|
12 | 11 | 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. |
14 | 13 |
|
15 | 14 | Here are a few examples:
|
16 | 15 |
|
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 |
21 | 20 |
|
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] |
23 | 22 | CIDER contains references to the cider-nrepl version it supports and would normally inject
|
24 | 23 | the newest cider-nrepl version possible.
|
| 24 | + |
| 25 | +Commands that were made obsolete will be removed in the next major release. |
0 commit comments