Skip to content

Commit

Permalink
Merge pull request #601 from mkurz/play296_306
Browse files Browse the repository at this point in the history
Play 2.9.6/3.0.6
  • Loading branch information
mkurz authored Nov 28, 2024
2 parents d31f6e2 + 947625e commit 39b2c40
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
16 changes: 12 additions & 4 deletions conf/playReleases.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")
14 changes: 14 additions & 0 deletions public/markdown/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 39b2c40

Please sign in to comment.