From 651caa688ea020d71acb9b35b0b734f02cf38a79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:56:18 +0000 Subject: [PATCH] chore: release main (#2103) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Grain Bot --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ cli/CHANGELOG.md | 7 +++++++ cli/package.json | 4 ++-- compiler/CHANGELOG.md | 13 +++++++++++++ compiler/dune-project | 2 +- compiler/esy.json | 2 +- compiler/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- stdlib/CHANGELOG.md | 7 +++++++ stdlib/package.json | 2 +- 12 files changed, 50 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7cf47438..e744f4f1a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.6.3","cli":"0.6.3","compiler":"0.6.3","stdlib":"0.6.3"} \ No newline at end of file +{".":"0.6.4","cli":"0.6.4","compiler":"0.6.4","stdlib":"0.6.4"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f6c25a0d..b0ce0b7de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.6.4](https://github.com/grain-lang/grain/compare/grain-v0.6.3...grain-v0.6.4) (2024-06-27) + + +### Features + +* **graindoc:** Cache module comments ([#2102](https://github.com/grain-lang/grain/issues/2102)) ([d45ddfa](https://github.com/grain-lang/grain/commit/d45ddfaac5067d7d6c08703653a31187d35914a5)) +* **stdlib:** Faster memory allocator ([#2124](https://github.com/grain-lang/grain/issues/2124)) ([03e10c4](https://github.com/grain-lang/grain/commit/03e10c49d204a488f8bd56c7b7262e717ee61762)) + + +### Bug Fixes + +* **compiler:** Stabilize CRC checks ([#2101](https://github.com/grain-lang/grain/issues/2101)) ([fc19761](https://github.com/grain-lang/grain/commit/fc19761e9f7e6c3d1cb54a308de721b17d25e12e)) + ## [0.6.3](https://github.com/grain-lang/grain/compare/grain-v0.6.2...grain-v0.6.3) (2024-04-06) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 8261d171a..2390b99ae 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/grain-lang/grain/compare/cli-v0.6.3...cli-v0.6.4) (2024-06-27) + + +### Miscellaneous Chores + +* **cli:** Synchronize Grain versions + ## [0.6.3](https://github.com/grain-lang/grain/compare/cli-v0.6.2...cli-v0.6.3) (2024-04-06) diff --git a/cli/package.json b/cli/package.json index c56ad7ece..0ce098ff7 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@grain/cli", - "version": "0.6.3", + "version": "0.6.4", "description": "A command line tool for the Grain language.", "main": "index.js", "engines": { @@ -34,7 +34,7 @@ }, "homepage": "https://github.com/grain-lang/grain#readme", "dependencies": { - "@grain/stdlib": "0.6.3", + "@grain/stdlib": "0.6.4", "commander": "^8.1.0" }, "devDependencies": { diff --git a/compiler/CHANGELOG.md b/compiler/CHANGELOG.md index e01aba477..6f88fcbdd 100644 --- a/compiler/CHANGELOG.md +++ b/compiler/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.6.4](https://github.com/grain-lang/grain/compare/compiler-v0.6.3...compiler-v0.6.4) (2024-06-27) + + +### Features + +* **graindoc:** Cache module comments ([#2102](https://github.com/grain-lang/grain/issues/2102)) ([d45ddfa](https://github.com/grain-lang/grain/commit/d45ddfaac5067d7d6c08703653a31187d35914a5)) +* **stdlib:** Faster memory allocator ([#2124](https://github.com/grain-lang/grain/issues/2124)) ([03e10c4](https://github.com/grain-lang/grain/commit/03e10c49d204a488f8bd56c7b7262e717ee61762)) + + +### Bug Fixes + +* **compiler:** Stabilize CRC checks ([#2101](https://github.com/grain-lang/grain/issues/2101)) ([fc19761](https://github.com/grain-lang/grain/commit/fc19761e9f7e6c3d1cb54a308de721b17d25e12e)) + ## [0.6.3](https://github.com/grain-lang/grain/compare/compiler-v0.6.2...compiler-v0.6.3) (2024-04-06) diff --git a/compiler/dune-project b/compiler/dune-project index 3ead42429..961845d1a 100644 --- a/compiler/dune-project +++ b/compiler/dune-project @@ -1,6 +1,6 @@ (lang dune 2.3) (name grain) -(version 0.6.3) +(version 0.6.4) (using menhir 2.0) ; Flip this to `true` when we want to generate opam files again diff --git a/compiler/esy.json b/compiler/esy.json index 24dde2d04..43f55795e 100644 --- a/compiler/esy.json +++ b/compiler/esy.json @@ -1,6 +1,6 @@ { "name": "@grain/compiler", - "version": "0.6.3", + "version": "0.6.4", "esy": { "build": [ "dune build @native --no-buffer" diff --git a/compiler/package.json b/compiler/package.json index c1b91774e..96e4d8f8d 100644 --- a/compiler/package.json +++ b/compiler/package.json @@ -1,7 +1,7 @@ { "name": "@grain/compiler", "private": true, - "version": "0.6.3", + "version": "0.6.4", "bin": { "grainc": "_esy/default/build/install/default/bin/grainc" }, diff --git a/package-lock.json b/package-lock.json index ba79265ca..20a39348a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "grain", - "version": "0.6.3", + "version": "0.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "grain", - "version": "0.6.3", + "version": "0.6.4", "workspaces": [ "cli", "stdlib", diff --git a/package.json b/package.json index 2bac6161d..9be5275cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grain", "private": true, - "version": "0.6.3", + "version": "0.6.4", "description": "The Grain monorepo.", "workspaces": [ "cli", diff --git a/stdlib/CHANGELOG.md b/stdlib/CHANGELOG.md index fa8281c20..ee5c2ecc0 100644 --- a/stdlib/CHANGELOG.md +++ b/stdlib/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/grain-lang/grain/compare/stdlib-v0.6.3...stdlib-v0.6.4) (2024-06-27) + + +### Features + +* **stdlib:** Faster memory allocator ([#2124](https://github.com/grain-lang/grain/issues/2124)) ([03e10c4](https://github.com/grain-lang/grain/commit/03e10c49d204a488f8bd56c7b7262e717ee61762)) + ## [0.6.3](https://github.com/grain-lang/grain/compare/stdlib-v0.6.2...stdlib-v0.6.3) (2024-04-06) diff --git a/stdlib/package.json b/stdlib/package.json index df155d89c..968c41974 100644 --- a/stdlib/package.json +++ b/stdlib/package.json @@ -1,6 +1,6 @@ { "name": "@grain/stdlib", - "version": "0.6.3", + "version": "0.6.4", "description": "The standard library for the Grain language.", "license": "MIT", "homepage": "https://grain-lang.org",