Skip to content

Commit 52db0a6

Browse files
committed
Bump gren-lang/compiler-common and release
1 parent 7732783 commit 52db0a6

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.0.1] - 2026-04-29
9+
10+
### Changed
11+
12+
- Compatible with latest `gren-lang/compiler-common`
13+
814
## [4.0.0] - 2026-03-22
915

1016
### Added

gren.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "gren-lang/compiler-node",
55
"summary": "Node specific functionality of the Gren compiler",
66
"license": "BSD-3-Clause",
7-
"version": "4.0.0",
7+
"version": "4.0.1",
88
"exposed-modules": [
99
"Cli.Parser",
1010
"Cli.PrettyPrinter",
@@ -16,8 +16,8 @@
1616
],
1717
"gren-version": "0.6.0 <= v < 0.7.0",
1818
"dependencies": {
19+
"gren-lang/compiler-common": "2.0.0 <= v < 3.0.0",
1920
"gren-lang/core": "7.4.0 <= v < 8.0.0",
20-
"gren-lang/node": "6.1.0 <= v < 7.0.0",
21-
"gren-lang/compiler-common": "1.0.0 <= v < 2.0.0"
21+
"gren-lang/node": "6.1.0 <= v < 7.0.0"
2222
}
2323
}
-24.9 KB
Binary file not shown.
25.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)