From 43ace26a454570e18c1a5f1b60b50422953c2a1f Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 28 Nov 2024 15:27:24 +0100 Subject: [PATCH 1/2] Play 2.9.6/3.0.6 --- conf/playReleases.json | 16 ++++++++++++---- public/markdown/changelog.md | 14 ++++++++++++++ 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/conf/playReleases.json b/conf/playReleases.json index 97360c9..563cd46 100644 --- a/conf/playReleases.json +++ b/conf/playReleases.json @@ -1,15 +1,23 @@ { "latest3": { - "version": "3.0.5", - "date": "Jul 24 2024" + "version": "3.0.6", + "date": "Nov 28 2024" }, "latest2": { - "version": "2.9.5", - "date": "Jul 24 2024" + "version": "2.9.6", + "date": "Nov 28 2024" }, "development": [ ], "previous": [ + { + "version": "3.0.5", + "date": "Jul 24 2024" + }, + { + "version": "2.9.5", + "date": "Jul 24 2024" + }, { "version": "3.0.4", "date": "Jun 17 2024" diff --git a/public/markdown/changelog.md b/public/markdown/changelog.md index d8d00ec..29e1956 100644 --- a/public/markdown/changelog.md +++ b/public/markdown/changelog.md @@ -1,3 +1,17 @@ +## Play 3.0.6 + +*Released 28 November 2024 + +[All changes](https://github.com/playframework/playframework/compare/3.0.5...3.0.6/) +[GitHub milestone](https://github.com/playframework/playframework/milestone/141?closed=1) + +## Play 2.9.6 + +*Released 28 November 2024 + +[All changes](https://github.com/playframework/playframework/compare/2.9.5...2.9.6/) +[GitHub milestone](https://github.com/playframework/playframework/milestone/139?closed=1) + ## Play 3.0.5 *Released 24 July 2024 From 947625ecc620b96b1c6fc74d94202017cdf87be8 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 28 Nov 2024 15:27:32 +0100 Subject: [PATCH 2/2] Dogfooding Play 3.0.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d417f99..4f1ff1b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.6") addSbtPlugin("com.github.sbt" % "sbt-digest" % "2.0.0") addSbtPlugin("com.github.sbt" % "sbt-gzip" % "2.0.0") addSbtPlugin("com.github.sbt" % "sbt-stylus" % "2.0.1")