File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ # Release Policy
2+
13We're following [ SemVer] ( http://semver.org/ ) (as much as one can be
24following it when the major version is 0). At this point bumps of the
35minor (second) version number are considered major releases and always
@@ -10,6 +12,13 @@ release starts immediately after the previous one has been
1012shipped. Bugfix/point releases (if any) address only serious bugs and
1113never contain new features.
1214
13- The versions of CIDER and ` cider-nrepl ` are always kept in sync. If you're
14- tracking the ` master ` branch of CIDER, you should also be tracking the ` master `
15- branch of ` cider-nrepl ` .
15+ Here are a few examples:
16+
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
21+
22+ CIDER and cider-nrepl are released independently, but follow the same release policy overall.
23+ CIDER contains references to the cider-nrepl version it supports and would normally inject
24+ the newest cider-nrepl version possible.
You can’t perform that action at this time.
0 commit comments