Skip to content

Commit 8c3edee

Browse files
authored
Set version to 11.0.0-alpha.3 (#6135)
* Set version to 11.0.0-alpha.3 * CHANGELOG: reorder/unify log for previous alphas a bit
1 parent c521f17 commit 8c3edee

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,22 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13+
# 11.0.0-alpha.3 (Unreleased)
14+
1315
# 11.0.0-alpha.2
1416

17+
#### :rocket: Main New Feature
18+
19+
- Add support for type coercion `:>` for records. https://github.com/rescript-lang/rescript-compiler/pull/5721
20+
1521
#### :bug: Bug Fix
16-
- Special case generation of uncurried functions with 1 argument of unit type so they don't take a parameter. https://github.com/rescript-lang/rescript-compiler/pull/6131
1722

18-
## :rocket: Main New Features
23+
- Special case generation of uncurried functions with 1 argument of unit type so they don't take a parameter. https://github.com/rescript-lang/rescript-compiler/pull/6131
1924

20-
- Add support for type coercion `:>` for records. https://github.com/rescript-lang/rescript-compiler/pull/5721
2125

2226
# 11.0.0-alpha.1
2327

24-
## :rocket: Main New Features
28+
#### :rocket: Main New Feature
2529

2630
- Introduce experimental uncurried mode. For experimentation only. [PR #5796](https://github.com/rescript-lang/rescript-compiler/pull/5796)
2731
- Customization of runtime representation of variants and introduction of untagged variants [PR #6095](https://github.com/rescript-lang/rescript-compiler/pull/6095), [PR #6103](https://github.com/rescript-lang/rescript-compiler/pull/6103)

jscomp/common/bs_version.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
* You should have received a copy of the GNU Lesser General Public License
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
24-
let version = "11.0.0-alpha.2"
24+
let version = "11.0.0-alpha.3"
2525
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
2626
let package_name = ref "rescript"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript",
3-
"version": "11.0.0-alpha.2",
3+
"version": "11.0.0-alpha.3",
44
"devDependencies": {
55
"mocha": "^10.1.0",
66
"nyc": "^15.0.0",

packages/std/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/std",
3-
"version": "11.0.0-alpha.2",
3+
"version": "11.0.0-alpha.3",
44
"keywords": [
55
"rescript",
66
"stdlib",

0 commit comments

Comments
 (0)