Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,22 @@
> - :nail_care: [Polish]
> - :house: [Internal]

# 12.0.0-beta.14 (Unreleased)
# 12.0.0-rc.1

#### :boom: Breaking Change

- Removed "rescript legacy" subcommand in favor of separate "rescript-legacy" binary. https://github.com/rescript-lang/rescript/pull/7928
- Add comparison fn for Error in Result.equal and compare. https://github.com/rescript-lang/rescript/pull/7933
- Removed `rescript legacy` subcommand in favor of separate `rescript-legacy` binary. https://github.com/rescript-lang/rescript/pull/7928
- Add comparison function for `Error` in `Result.equal` and `compare`. https://github.com/rescript-lang/rescript/pull/7933
- Rewatch: `"type": "dev"` and `dev-dependencies` will be compiled by default for local packages. The `--dev` flag no longer does anything. https://github.com/rescript-lang/rescript/pull/7934

#### :eyeglasses: Spec Compliance

#### :rocket: New Feature

#### :bug: Bug fix

- Prevent lockfile creation when project folder is missing. https://github.com/rescript-lang/rescript/pull/7927
- Fix parameter type / return type ambiguity error for unit case. https://github.com/rescript-lang/rescript/pull/7930

#### :memo: Documentation

#### :nail_care: Polish

- Rewatch cli: do not show build command options in the root help. https://github.com/rescript-lang/rescript/pull/7715
- ReScript cli: do not show build command options in the root help. https://github.com/rescript-lang/rescript/pull/7715
- Deprecate reanalyze `@raises` in favor of `@throws`. https://github.com/rescript-lang/rescript/pull/7932

#### :house: Internal
Expand Down
2 changes: 1 addition & 1 deletion compiler/common/bs_version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
let version = "12.0.0-beta.14"
let version = "12.0.0-rc.1"
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript",
"version": "12.0.0-beta.14",
"version": "12.0.0-rc.1",
"description": "ReScript toolchain",
"type": "module",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@rescript/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript/darwin-arm64",
"version": "12.0.0-beta.14",
"version": "12.0.0-rc.1",
"description": "ReScript binaries for MacOS ARM64",
"type": "module",
"homepage": "https://rescript-lang.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/@rescript/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript/darwin-x64",
"version": "12.0.0-beta.14",
"version": "12.0.0-rc.1",
"description": "ReScript binaries for MacOS x86_64",
"type": "module",
"homepage": "https://rescript-lang.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/@rescript/linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript/linux-arm64",
"version": "12.0.0-beta.14",
"version": "12.0.0-rc.1",
"description": "ReScript binaries for Linux ARM64",
"type": "module",
"homepage": "https://rescript-lang.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/@rescript/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript/linux-x64",
"version": "12.0.0-beta.14",
"version": "12.0.0-rc.1",
"description": "ReScript binaries for Linux x86_64",
"type": "module",
"homepage": "https://rescript-lang.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/@rescript/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript/runtime",
"version": "12.0.0-beta.14",
"version": "12.0.0-rc.1",
"description": "ReScript runtime modules",
"type": "module",
"homepage": "https://rescript-lang.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/@rescript/win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript/win32-x64",
"version": "12.0.0-beta.14",
"version": "12.0.0-rc.1",
"description": "ReScript binaries for Windows x86_64",
"type": "module",
"homepage": "https://rescript-lang.org",
Expand Down
2 changes: 1 addition & 1 deletion rewatch/Cargo.lock

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

2 changes: 1 addition & 1 deletion rewatch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rescript"
version = "12.0.0-beta.14"
version = "12.0.0-rc.1"
edition = "2024"
rust-version = "1.88"

Expand Down
2 changes: 1 addition & 1 deletion yarn.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const execPromise = util.promisify(exec);
* @param {Yarn.Constraints.Context} ctx
*/
async function enforceCompilerMeta({ Yarn }) {
const EXPECTED_VERSION = "12.0.0-beta.14";
const EXPECTED_VERSION = "12.0.0-rc.1";

for (const workspace of Yarn.workspaces()) {
const { ident } = workspace.pkg;
Expand Down
Loading