Skip to content

Commit 02fa372

Browse files
committed
prepare for releasing 3.8.1
1 parent 3f43382 commit 02fa372

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

HISTORY.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## Future
1+
## 3.8.1
2+
3+
- (Internal) Rename: Reason_migrate_parsetree -> Reason_omp (@ManasJayanth) [#2666](https://github.com/reasonml/reason/pull/2666)
4+
- Add support for OCaml 5.0 (@EduardoRFS and @anmonteiro) [#2667](https://github.com/reasonml/reason/pull/2667)
25

36
## 3.8.0
47

esy.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "reason-cli",
33
"notes": "This is just the dev package config (also built as globally installable reason-cli). See ./refmt.json ./rtop.json for individual release package configs.",
44
"license": "MIT",
5-
"version": "3.7.1",
5+
"version": "3.8.1",
66
"dependencies": {
77
"ocaml": " >= 4.2.0 < 4.15.0",
88
"@opam/fix": "*",

reason.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esy-ocaml/reason",
3-
"version": "3.7.1",
3+
"version": "3.8.1",
44
"license": "MIT",
55
"description": "Native Compiler Support for Reason: Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems",
66
"repository": {

reason.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: "MIT"
55
homepage: "https://github.com/reasonml/reason"
66
doc: "https://reasonml.github.io/"
77
bug-reports: "https://github.com/reasonml/reason/issues"
8-
dev-repo: "git://github.com/reasonml/reason.git"
8+
dev-repo: "git+https://github.com/reasonml/reason.git"
99
tags: [ "syntax" ]
1010
build: [
1111
["dune" "build" "-p" name "-j" jobs]

rtop.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esy-ocaml/rtop",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

rtop.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: "MIT"
55
homepage: "https://github.com/reasonml/reason"
66
doc: "https://reasonml.github.io/"
77
bug-reports: "https://github.com/reasonml/reason/issues"
8-
dev-repo: "git://github.com/reasonml/reason.git"
8+
dev-repo: "git+https://github.com/reasonml/reason.git"
99
tags: [ "syntax" ]
1010
build: [
1111
["dune" "build" "-p" name "-j" jobs]

0 commit comments

Comments
 (0)