From 810f555a334619b3c3283dd4821ce8a139cd13fe Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:42:45 +0100 Subject: [PATCH] Release version 1.2.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbae578..0553c05 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Apply the plugin: ```groovy plugins { - id "de.hhu.stups.sablecc" version "1.1.0" + id "de.hhu.stups.sablecc" version "1.2.0" } ``` @@ -61,7 +61,7 @@ tasks.named("generateSableCCSource").configure { ## Changelog -## Version 1.2.0 (not released yet) +## Version 1.2.0 * Add ability to pass extra arguments to SableCC using the new `arguments` property of `SableCCTask`. * Fix deprecation warnings on Gradle 8.12 about accessing `Project` at execution time. -- GitLab