From 2db8f7a4d2703b5c7e656f9f8b507215461b67a8 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Sun, 9 Feb 2025 16:48:27 -0800 Subject: [PATCH] prep 3.15.0 --- CHANGES.md | 4 ++-- flake.lock | 14 +++++++------- test/version.t | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 22f94556a..ccb42edd1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## Unreleased +## 3.15.0 - rtop: read `~/.config/rtop/init.re` configuration file (@anmonteiro, [#2813](https://github.com/reasonml/reason/pull/2813)) @@ -11,7 +11,7 @@ (@pedrobslisboa, [#2824](https://github.com/reasonml/reason/pull/2824)) - Support modest Unicode letters in identifiers (@anmonteiro, [#2828](https://github.com/reasonml/reason/pull/2828)) -- refmt: file descriptor leak +- refmt: fix file descriptor leak (@anmonteiro, [#2830](https://github.com/reasonml/reason/pull/2830)) ## 3.14.0 diff --git a/flake.lock b/flake.lock index 9b1245f03..279f7e132 100644 --- a/flake.lock +++ b/flake.lock @@ -22,11 +22,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1738460940, - "narHash": "sha256-Gz10QAyziBLgrCPslHGj262AfKpfN8/bHLBwtJ6sIks=", + "lastModified": 1739148211, + "narHash": "sha256-HEd0epVdMGF0+5dcEFcaV7f4TCZyTfQ5aO9ci3Ii+dw=", "owner": "nix-ocaml", "repo": "nix-overlays", - "rev": "bc0e0f755d54af4b46bd4d41ff56b47ab0f4c123", + "rev": "498e2abc4fe8853c30af63886a4deedd9d783ae9", "type": "github" }, "original": { @@ -37,17 +37,17 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1738410390, - "narHash": "sha256-xvTo0Aw0+veek7hvEVLzErmJyQkEcRk6PSR4zsRQFEc=", + "lastModified": 1739097848, + "narHash": "sha256-bbdQB0Y4mB2msqbyQ9QC+YPDZGt1evUK53AwQSyShHM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3a228057f5b619feb3186e986dbe76278d707b6e", + "rev": "9a0b855695c31ea653181b742c65e026bada3881", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "3a228057f5b619feb3186e986dbe76278d707b6e", + "rev": "9a0b855695c31ea653181b742c65e026bada3881", "type": "github" } }, diff --git a/test/version.t b/test/version.t index ef6c0c647..6df523055 100644 --- a/test/version.t +++ b/test/version.t @@ -1,3 +1,3 @@ Ensures refmt --version prints the right version $ refmt --version | cut -d '@' -f 1 | cut -d '-' -f 1 | awk '{$1=$1;print}' - Reason 3.13.0 + Reason 3.15.0