Skip to content

Commit

Permalink
release 3.10 (#2722)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Sep 10, 2023
1 parent 972261d commit a3545e5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 3.10.0

- Support `@mel.*` attributes in addition to `@bs.*` (@anmonteiro,
[#2721](https://github.com/reasonml/reason/pull/2721))
Expand Down
26 changes: 13 additions & 13 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = nixpkgs.legacyPackages."${system}".extend (self: super: {
ocamlPackages = super.ocaml-ng.ocamlPackages_5_0;
ocamlPackages = super.ocaml-ng.ocamlPackages_5_1;
});
in
rec {
Expand Down

0 comments on commit a3545e5

Please sign in to comment.