Skip to content

Commit d8576db

Browse files
committed
prepare 0.14.0
1 parent c939ba0 commit d8576db

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

Changes

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,19 @@ We also use PR#$N for pull requests.
1111
Changes breaking compatibility are marked with a "* " bullet instead
1212
of the usual "- ".
1313

14-
NEXT_RELEASE:
15-
-------------
16-
17-
* Revert the change to "pack" handling from 0.13.0 (#272), which turns
18-
out to break compatibility with too many projects. At this point in
19-
the lifetime of ocamlbuild usage, it's more important to keep
20-
building existing projects than to improve the build system for new
21-
projects -- of course the latter is also nice, but not when it
22-
endangers compatibility.
23-
(Gabriel Scherer)
14+
0.14.0 (23 Feb 2019):
15+
---------------------
16+
17+
Compared to the previous released version (0.12.0), OCamlbuild 0.14.0
18+
contains new features (`ppopt(..)` and `ppxopt(...)` flags, ocamlbuild
19+
options) and support for OCaml 4.08+dev.
20+
21+
* Revert the change to "pack" handling from the never-released 0.13
22+
(#272), which turns out to break compatibility with too many
23+
projects. At this point in the lifetime of ocamlbuild usage, it's
24+
more important to keep building existing projects than to improve
25+
the build system for new projects -- of course the latter is also
26+
nice, but not when it endangers compatibility. (Gabriel Scherer)
2427

2528
0.13.1 (15 Sep 2018):
2629
---------------------

META

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Specification for the "ocamlbuild" library
22
requires = "unix"
3-
version = "NEXT_RELEASE"
3+
version = "0.14.0"
44
description = "ocamlbuild support library"
55
archive(byte) = "ocamlbuildlib.cma"
66
archive(native) = "ocamlbuildlib.cmxa"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
NEXT_RELEASE
1+
0.14.0

0 commit comments

Comments
 (0)