Skip to content

Commit

Permalink
Update for 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed May 7, 2024
1 parent 4256ee6 commit 218809f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Changelog
All notable changes to this project are documented in this file, based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
All notable changes to this project are documented in this file, based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]


## [0.20.0] - 2024-05-07
### Breaking Changes
- Gradle 6 is no longer supported. The minimum supported Gradle version is 7.6.4.

### Changes
- Extract common classes from JSGLR and JSGLR2 into `jsglr.shared`.
- Update the baseline.


## [0.19.8] - 2024-03-06
### Changed
- Command Line Interface now returns a non-zero error code when the underlying command fails.
Expand All @@ -15,6 +25,7 @@ All notable changes to this project are documented in this file, based on [Keep
- Region arguments to SPT `transform` expectations now correspond to the imploder attachments.
- Missing Java code bundling in SPT


## [0.19.7] - 2024-02-09
### Changed
- `releng` (devenv-release) requirement to `0.1.35`.
Expand All @@ -27,6 +38,7 @@ All notable changes to this project are documented in this file, based on [Keep
### Fixed
- Missing Java code bundling in sdf3.ext.statix


## [0.19.6] - 2023-05-03
### Fixed
- Command-line options not getting default values due to wrong command context.
Expand Down Expand Up @@ -574,7 +586,9 @@ build-dependencies [
- `editor-services` section from language CFG file. `reference-resolution` and `hover` subsections are promoted to sections.


[Unreleased]: https://github.com/metaborg/spoofax-pie/compare/release-0.19.8...HEAD

[Unreleased]: https://github.com/metaborg/spoofax-pie/compare/release-0.20.0...HEAD
[0.20.0]: https://github.com/metaborg/spoofax-pie/compare/release-0.19.8...release-0.20.0
[0.19.8]: https://github.com/metaborg/spoofax-pie/compare/release-0.19.7...release-0.19.8
[0.19.7]: https://github.com/metaborg/spoofax-pie/compare/release-0.19.6...release-0.19.7
[0.19.6]: https://github.com/metaborg/spoofax-pie/compare/release-0.19.5...release-0.19.6
Expand Down
1 change: 1 addition & 0 deletions docs/macro.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def fill_variables_with_release(variables, env_version: str, version: str, downl


release_versions = {
"0.20.0": "07-05-2024",
"0.19.8": "06-03-2024",
"0.19.7": "09-02-2024",
# "0.19.6": "03-05-2023", # failed to build
Expand Down

0 comments on commit 218809f

Please sign in to comment.