Skip to content

Commit

Permalink
Merge pull request #594 from mkurz/play_305_295
Browse files Browse the repository at this point in the history
Play 2.9.5/3.0.5
  • Loading branch information
mkurz authored Jul 24, 2024
2 parents 2ade0c4 + 041026b commit b2bf3a9
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 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.4",
"date": "Jun 17 2024"
"version": "3.0.5",
"date": "Jul 24 2024"
},
"latest2": {
"version": "2.9.4",
"date": "Jun 17 2024"
"version": "2.9.5",
"date": "Jul 24 2024"
},
"development": [
],
"previous": [
{
"version": "3.0.4",
"date": "Jun 17 2024"
},
{
"version": "2.9.4",
"date": "Jun 17 2024"
},
{
"version": "3.0.3",
"date": "May 7 2024"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.0
sbt.version=1.10.1
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.4")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5")
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.5

*Released 24 July 2024

[All changes](https://github.com/playframework/playframework/compare/3.0.4...3.0.5/)
[GitHub milestone](https://github.com/playframework/playframework/milestone/140?closed=1)

## Play 2.9.5

*Released 24 July 2024

[All changes](https://github.com/playframework/playframework/compare/2.9.4...2.9.5/)
[GitHub milestone](https://github.com/playframework/playframework/milestone/137?closed=1)

## Play 3.0.4

*Released 17 June 2024
Expand Down

0 comments on commit b2bf3a9

Please sign in to comment.