From 218809fb57bf25171382d1a2bbbcd4df78197011 Mon Sep 17 00:00:00 2001 From: "Daniel A. A. Pelsmaeker" Date: Tue, 7 May 2024 15:30:34 +0200 Subject: [PATCH] Update for 0.20.0 --- CHANGELOG.md | 18 ++++++++++++++++-- docs/macro.py | 1 + 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f79ee60..2528ce234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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`. @@ -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. @@ -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 diff --git a/docs/macro.py b/docs/macro.py index 557033258..9f5dc3a56 100644 --- a/docs/macro.py +++ b/docs/macro.py @@ -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