Skip to content

Commit

Permalink
prep 3.11 release (#2735)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Feb 25, 2024
1 parent d93d0c4 commit 3930092
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 20 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.11.0

- Print structure items extension nodes correctly inside modules (@anmonteiro,
[#2723](https://github.com/reasonml/reason/pull/2723))
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.

8 changes: 2 additions & 6 deletions nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@

mkShell {
inputsFrom = [ reason ];
buildInputs = with ocamlPackages; [
utop
merlin
]
++ (if release-mode then [
buildInputs = with ocamlPackages; [ utop merlin ] ++ (if release-mode then [
cacert
curl
ocamlPackages.dune-release
dune-release
git
] else [ ])
;
Expand Down

0 comments on commit 3930092

Please sign in to comment.