From 7c7805d9bed9c7cf0c52d1afcef03dcf61495885 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:26:20 +0000 Subject: [PATCH] chore(master): release 1.0.1 --- CHANGELOG.md | 8 ++++++++ dune-project | 2 +- learn-ocaml-client.opam | 2 +- learn-ocaml.opam | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9eba31..b7577dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/ocaml-sf/learn-ocaml/compare/v1.0.0...v1.0.1) (2024-04-11) + + +### CI/CD + +* **GHA:** Use actions/checkout@v4 ([#599](https://github.com/ocaml-sf/learn-ocaml/issues/599)) ([b7ed29c](https://github.com/ocaml-sf/learn-ocaml/commit/b7ed29c4748ab2d8dfe6969ac1479f0ced68eb80)) +* **macos:** s/macos-latest/macos-14/ ([#598](https://github.com/ocaml-sf/learn-ocaml/issues/598)) ([0a69394](https://github.com/ocaml-sf/learn-ocaml/commit/0a69394bd4a1462fe0891b375e6efd08938f0c8c)) + ## [1.0.0](https://github.com/ocaml-sf/learn-ocaml/compare/v0.16.0...v1.0.0) (2024-02-12) diff --git a/dune-project b/dune-project index 09a3f6ab..24212797 100644 --- a/dune-project +++ b/dune-project @@ -1,4 +1,4 @@ (lang dune 2.4) (name learn-ocaml) -(version 1.0.0) +(version 1.0.1) (allow_approximate_merlin) diff --git a/learn-ocaml-client.opam b/learn-ocaml-client.opam index a3558439..3a4e314f 100644 --- a/learn-ocaml-client.opam +++ b/learn-ocaml-client.opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "learn-ocaml-client" -version: "1.0.0" +version: "1.0.1" authors: [ "Benjamin Canou (OCamlPro)" "Çağdaş Bozman (OCamlPro)" diff --git a/learn-ocaml.opam b/learn-ocaml.opam index 9cafcb11..95d325b7 100644 --- a/learn-ocaml.opam +++ b/learn-ocaml.opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "learn-ocaml" -version: "1.0.0" +version: "1.0.1" authors: [ "Benjamin Canou (OCamlPro)" "Çağdaş Bozman (OCamlPro)"