Skip to content

Commit 9516a08

Browse files
committed
1.3.0
1 parent a48ceda commit 9516a08

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Next version
44

5+
## 1.3.0
6+
7+
This version requires ReScript `>=11.1.0-rc.6`.
8+
59
- BREAKING: Use new native `bigint` type. This requires ReScript compiler version "11.1.0-rc.6" or higher. https://github.com/rescript-association/rescript-core/pull/207
610
- `Int`, `Float`, `BigInt`: use optional args and deprecate `xxxWithRadix`, `xxxWithPrecision` etc. https://github.com/rescript-association/rescript-core/pull/209
711
- BREAKING: Add optional `~message: string=?` to `Option.getExn`. This also changes the error raised by `Option.getExn` from `Not_found` to a regular JS error. https://github.com/rescript-association/rescript-core/pull/212

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/core",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"scripts": {
55
"clean": "rescript clean",
66
"build": "rescript",
@@ -31,4 +31,4 @@
3131
"@rescript/tools": "^0.5.0",
3232
"rescript": "^11.1.0-rc.7"
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)