From af319408376aae66dffcf7d31c6926aef19f4f84 Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Sat, 29 Jun 2024 09:00:32 +0200 Subject: [PATCH] prepare for 0.15.0 release --- Changes | 10 ++++++---- META | 2 +- VERSION | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index 6fb42a2a..c57e8666 100644 --- a/Changes +++ b/Changes @@ -11,8 +11,12 @@ We also use PR#$N for pull requests. Changes breaking compatibility are marked with a "* " bullet instead of the usual "- ". -NEXT_RELEASE: -------------- +0.15.0 (29 Jun 2024): +---------------------- +OCamlbuild 0.15.0 comes with first class support for native Windows ports of OCaml +(MinGW64-w64 and MSVC). This support was historically provided by +[opam-repository-mingw](https://fdopen.github.io/opam-repository-mingw/). + - Misc: restore CI (unix, macos, windows) (#328, #329, #336, #349 by Hugo Heuzard) * Remove degraded mode for windows @@ -330,7 +334,6 @@ not include ocamlbuild. - #10, #35: Use extension-independent tags for ocamldoc rules. (Armaël Guéneau) - OCamlbuild was included in the OCaml compiler distribution between OCaml 3.10.0 (May 2007) and OCaml 4.02.3 (July 2015). The changes @@ -563,7 +566,6 @@ New tools: - ocamlbuild: compilation manager for OCaml applications and libraries. See draft documentation at http://gallium.inria.fr/~pouillar/ - The content below corresponds to the old Changelog, before ocamlbuild was included in the OCaml distribution. The version control history of those changes diff --git a/META b/META index 9eae67e1..7cf4a2ff 100644 --- a/META +++ b/META @@ -1,6 +1,6 @@ # Specification for the "ocamlbuild" library requires = "unix" -version = "NEXT_RELEASE" +version = "0.15.0" description = "ocamlbuild support library" archive(byte) = "ocamlbuildlib.cma" archive(native) = "ocamlbuildlib.cmxa" diff --git a/VERSION b/VERSION index 9dfa4d42..7092c7c4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -NEXT_RELEASE \ No newline at end of file +0.15.0 \ No newline at end of file