Skip to content

Commit e289be8

Browse files
chore: release main (#2289)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Grain Bot <[email protected]>
1 parent cedb36a commit e289be8

14 files changed

+80
-27
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.7.0","cli":"0.7.0","compiler":"0.7.0","stdlib":"0.7.0"}
1+
{".":"0.7.1","cli":"0.7.1","compiler":"0.7.1","stdlib":"0.7.1"}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.7.1](https://github.com/grain-lang/grain/compare/grain-v0.7.0...grain-v0.7.1) (2025-07-01)
4+
5+
6+
### Features
7+
8+
* **graindoc:** Add locations to Graindoc errors ([#2291](https://github.com/grain-lang/grain/issues/2291)) ([da6090a](https://github.com/grain-lang/grain/commit/da6090ad05d4e26c546f7bc13bec95c658f0e569))
9+
* **graindoc:** Pretty markdown tables ([#2292](https://github.com/grain-lang/grain/issues/2292)) ([1992734](https://github.com/grain-lang/grain/commit/1992734e4e3126b8b9da37bad7510235640004ad))
10+
* **grainlsp:** Add inlay types ([#2005](https://github.com/grain-lang/grain/issues/2005)) ([f8a8f7f](https://github.com/grain-lang/grain/commit/f8a8f7f7d81abbc79f6359b20c06e8164c20053a))
11+
* **lsp:** Implement document symbol outline ([#2298](https://github.com/grain-lang/grain/issues/2298)) ([e4caac2](https://github.com/grain-lang/grain/commit/e4caac285db5b9dc2791d07385dd533d6c7ab79f))
12+
* **stdlib:** Add `Buffer.getChar` ([#2262](https://github.com/grain-lang/grain/issues/2262)) ([95d03cb](https://github.com/grain-lang/grain/commit/95d03cb97e67c05d0e7464a847cb8b0724bb28c8))
13+
* **stdlib:** Deprecate `Buffer.set` operations in favour of `Bytes.set` ([#2303](https://github.com/grain-lang/grain/issues/2303)) ([684df98](https://github.com/grain-lang/grain/commit/684df98c8329f6ddd7fab1294e97728a4a44887f))
14+
* **stdlib:** Expose equality operators through `Number` module ([#2296](https://github.com/grain-lang/grain/issues/2296)) ([5965dff](https://github.com/grain-lang/grain/commit/5965dfff2e43f2f84651c32fe3ef2060613f245d))
15+
16+
17+
### Bug Fixes
18+
19+
* **compiler:** Correct type printing of `type A&lt;a&gt; = a` ([#2302](https://github.com/grain-lang/grain/issues/2302)) ([ac892d1](https://github.com/grain-lang/grain/commit/ac892d1f9a96d570aff122d82e22a2df8c5177ee))
20+
* **grainfmt:** Correct formatting of submodules ending with comments ([#2288](https://github.com/grain-lang/grain/issues/2288)) ([f969df9](https://github.com/grain-lang/grain/commit/f969df9816bf2c4aa22bc2a658de1f1d743a32b9))
21+
322
## [0.7.0](https://github.com/grain-lang/grain/compare/grain-v0.6.6...grain-v0.7.0) (2025-04-26)
423

524

cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.1](https://github.com/grain-lang/grain/compare/cli-v0.7.0...cli-v0.7.1) (2025-07-01)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **cli:** Synchronize Grain versions
9+
310
## [0.7.0](https://github.com/grain-lang/grain/compare/cli-v0.6.6...cli-v0.7.0) (2025-04-26)
411

512

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grain/cli",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "A command line tool for the Grain language.",
55
"main": "index.js",
66
"engines": {
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/grain-lang/grain#readme",
3636
"dependencies": {
37-
"@grain/stdlib": "0.7.0",
37+
"@grain/stdlib": "0.7.1",
3838
"commander": "^8.1.0"
3939
},
4040
"devDependencies": {

compiler/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.7.1](https://github.com/grain-lang/grain/compare/compiler-v0.7.0...compiler-v0.7.1) (2025-07-01)
4+
5+
6+
### Features
7+
8+
* **graindoc:** Add locations to Graindoc errors ([#2291](https://github.com/grain-lang/grain/issues/2291)) ([da6090a](https://github.com/grain-lang/grain/commit/da6090ad05d4e26c546f7bc13bec95c658f0e569))
9+
* **graindoc:** Pretty markdown tables ([#2292](https://github.com/grain-lang/grain/issues/2292)) ([1992734](https://github.com/grain-lang/grain/commit/1992734e4e3126b8b9da37bad7510235640004ad))
10+
* **grainlsp:** Add inlay types ([#2005](https://github.com/grain-lang/grain/issues/2005)) ([f8a8f7f](https://github.com/grain-lang/grain/commit/f8a8f7f7d81abbc79f6359b20c06e8164c20053a))
11+
* **lsp:** Implement document symbol outline ([#2298](https://github.com/grain-lang/grain/issues/2298)) ([e4caac2](https://github.com/grain-lang/grain/commit/e4caac285db5b9dc2791d07385dd533d6c7ab79f))
12+
* **stdlib:** Add `Buffer.getChar` ([#2262](https://github.com/grain-lang/grain/issues/2262)) ([95d03cb](https://github.com/grain-lang/grain/commit/95d03cb97e67c05d0e7464a847cb8b0724bb28c8))
13+
14+
15+
### Bug Fixes
16+
17+
* **compiler:** Correct type printing of `type A&lt;a&gt; = a` ([#2302](https://github.com/grain-lang/grain/issues/2302)) ([ac892d1](https://github.com/grain-lang/grain/commit/ac892d1f9a96d570aff122d82e22a2df8c5177ee))
18+
* **grainfmt:** Correct formatting of submodules ending with comments ([#2288](https://github.com/grain-lang/grain/issues/2288)) ([f969df9](https://github.com/grain-lang/grain/commit/f969df9816bf2c4aa22bc2a658de1f1d743a32b9))
19+
320
## [0.7.0](https://github.com/grain-lang/grain/compare/compiler-v0.6.6...compiler-v0.7.0) (2025-04-26)
421

522

compiler/dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(lang dune 2.3)
22
(name grain)
3-
(version 0.7.0)
3+
(version 0.7.1)
44
(using menhir 2.0)
55

66
; Flip this to `true` when we want to generate opam files again

compiler/esy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grain/compiler",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"esy": {
55
"build": [
66
"dune build @native --no-buffer"

compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@grain/compiler",
33
"private": true,
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"bin": {
66
"grainc": "_esy/default/build/install/default/bin/grainc"
77
},

package-lock.json

Lines changed: 1 addition & 1 deletion
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,7 +1,7 @@
11
{
22
"name": "grain",
33
"private": true,
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"description": "The Grain monorepo.",
66
"workspaces": [
77
"cli",

0 commit comments

Comments
 (0)