Skip to content

Commit af31940

Browse files
committed
prepare for 0.15.0 release
1 parent f6fdd7e commit af31940

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

Changes

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ 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-
-------------
14+
0.15.0 (29 Jun 2024):
15+
----------------------
16+
OCamlbuild 0.15.0 comes with first class support for native Windows ports of OCaml
17+
(MinGW64-w64 and MSVC). This support was historically provided by
18+
[opam-repository-mingw](https://fdopen.github.io/opam-repository-mingw/).
19+
1620
- Misc: restore CI (unix, macos, windows)
1721
(#328, #329, #336, #349 by Hugo Heuzard)
1822
* Remove degraded mode for windows
@@ -330,7 +334,6 @@ not include ocamlbuild.
330334
- #10, #35: Use extension-independent tags for ocamldoc rules.
331335
(Armaël Guéneau)
332336

333-
334337

335338
OCamlbuild was included in the OCaml compiler distribution between
336339
OCaml 3.10.0 (May 2007) and OCaml 4.02.3 (July 2015). The changes
@@ -563,7 +566,6 @@ New tools:
563566
- ocamlbuild: compilation manager for OCaml applications and libraries.
564567
See draft documentation at http://gallium.inria.fr/~pouillar/
565568

566-
567569

568570
The content below corresponds to the old Changelog, before ocamlbuild was
569571
included in the OCaml distribution. The version control history of those changes

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.15.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.15.0

0 commit comments

Comments
 (0)