Skip to content

Commit

Permalink
Set version to 12.0.0-alpha.9 (#7266)
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt authored Jan 31, 2025
1 parent 6cad1cb commit cc6c87c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
> - :house: [Internal]
> - :nail_care: [Polish]
# 12.0.0-alpha.9 (Unreleased)

# 12.0.0-alpha.8

#### :bug: Bug fix
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,6 +21,6 @@
* 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-alpha.8"
let version = "12.0.0-alpha.9"
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
let package_name = ref "rescript"
4 changes: 2 additions & 2 deletions package-lock.json

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

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-alpha.8",
"version": "12.0.0-alpha.9",
"description": "ReScript toolchain",
"keywords": [
"ReScript",
Expand Down
2 changes: 1 addition & 1 deletion packages/std/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript/std",
"version": "12.0.0-alpha.8",
"version": "12.0.0-alpha.9",
"keywords": [
"rescript",
"stdlib",
Expand Down

1 comment on commit cc6c87c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Syntax Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.05.

Benchmark suite Current: cc6c87c Previous: e1b7fb7 Ratio
Parse RedBlackTree.res - time/run 1.3633790466666666 ms 1.2123143266666667 ms 1.12
Parse Napkinscript.res - time/run 42.60731519333333 ms 39.28006235333333 ms 1.08
Parse HeroGraphic.res - time/run 5.73917628 ms 5.13472718 ms 1.12

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.