Skip to content

Commit

Permalink
chore: release main (#2089)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Oscar Spencer <oscar@grain-lang.org>
  • Loading branch information
github-actions[bot] and ospencer committed Apr 7, 2024
1 parent 8555853 commit 1158098
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1 +1 @@
{".":"0.6.2","cli":"0.6.2","compiler":"0.6.2","stdlib":"0.6.2"}
{".":"0.6.3","cli":"0.6.3","compiler":"0.6.3","stdlib":"0.6.3"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [0.6.3](https://github.com/grain-lang/grain/compare/grain-v0.6.2...grain-v0.6.3) (2024-04-06)


### Features

* **compiler:** Enable debug info in binary output ([#2086](https://github.com/grain-lang/grain/issues/2086)) ([8555853](https://github.com/grain-lang/grain/commit/8555853c9f55afbe24d629c827521374e169c18c))


### Bug Fixes

* **compiler:** Properly encode hex values in Bytes literals ([#2088](https://github.com/grain-lang/grain/issues/2088)) ([263993d](https://github.com/grain-lang/grain/commit/263993dedf4e13bb74e562133c52db7ebf8ba1c0))

## [0.6.2](https://github.com/grain-lang/grain/compare/grain-v0.6.1...grain-v0.6.2) (2024-04-01)


Expand Down
7 changes: 7 additions & 0 deletions cli/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [0.6.3](https://github.com/grain-lang/grain/compare/cli-v0.6.2...cli-v0.6.3) (2024-04-06)


### Miscellaneous Chores

* **cli:** Synchronize Grain versions

## [0.6.2](https://github.com/grain-lang/grain/compare/cli-v0.6.1...cli-v0.6.2) (2024-04-01)


Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@grain/cli",
"version": "0.6.2",
"version": "0.6.3",
"description": "A command line tool for the Grain language.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/grain-lang/grain#readme",
"dependencies": {
"@grain/stdlib": "0.6.2",
"@grain/stdlib": "0.6.3",
"commander": "^8.1.0"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions compiler/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [0.6.3](https://github.com/grain-lang/grain/compare/compiler-v0.6.2...compiler-v0.6.3) (2024-04-06)


### Features

* **compiler:** Enable debug info in binary output ([#2086](https://github.com/grain-lang/grain/issues/2086)) ([8555853](https://github.com/grain-lang/grain/commit/8555853c9f55afbe24d629c827521374e169c18c))


### Bug Fixes

* **compiler:** Properly encode hex values in Bytes literals ([#2088](https://github.com/grain-lang/grain/issues/2088)) ([263993d](https://github.com/grain-lang/grain/commit/263993dedf4e13bb74e562133c52db7ebf8ba1c0))

## [0.6.2](https://github.com/grain-lang/grain/compare/compiler-v0.6.1...compiler-v0.6.2) (2024-04-01)


Expand Down
2 changes: 1 addition & 1 deletion compiler/dune-project
@@ -1,6 +1,6 @@
(lang dune 2.3)
(name grain)
(version 0.6.2)
(version 0.6.3)
(using menhir 2.0)

; Flip this to `true` when we want to generate opam files again
Expand Down
2 changes: 1 addition & 1 deletion compiler/esy.json
@@ -1,6 +1,6 @@
{
"name": "@grain/compiler",
"version": "0.6.2",
"version": "0.6.3",
"esy": {
"build": [
"dune build @native --no-buffer"
Expand Down
2 changes: 1 addition & 1 deletion compiler/package.json
@@ -1,7 +1,7 @@
{
"name": "@grain/compiler",
"private": true,
"version": "0.6.2",
"version": "0.6.3",
"bin": {
"grainc": "_esy/default/build/install/default/bin/grainc"
},
Expand Down
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
@@ -1,7 +1,7 @@
{
"name": "grain",
"private": true,
"version": "0.6.2",
"version": "0.6.3",
"description": "The Grain monorepo.",
"workspaces": [
"cli",
Expand Down
7 changes: 7 additions & 0 deletions stdlib/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [0.6.3](https://github.com/grain-lang/grain/compare/stdlib-v0.6.2...stdlib-v0.6.3) (2024-04-06)


### Miscellaneous Chores

* **stdlib:** Synchronize Grain versions

## [0.6.2](https://github.com/grain-lang/grain/compare/stdlib-v0.6.1...stdlib-v0.6.2) (2024-04-01)


Expand Down
2 changes: 1 addition & 1 deletion stdlib/package.json
@@ -1,6 +1,6 @@
{
"name": "@grain/stdlib",
"version": "0.6.2",
"version": "0.6.3",
"description": "The standard library for the Grain language.",
"license": "MIT",
"homepage": "https://grain-lang.org",
Expand Down

0 comments on commit 1158098

Please sign in to comment.