Skip to content

Commit 6dbc5d2

Browse files
authored
Merge pull request #1504 from playframework/prepare_release_1.9.0
Prepare release 1.9.0
2 parents ffdd617 + da21f20 commit 6dbc5d2

File tree

4 files changed

+31
-1
lines changed

4 files changed

+31
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Welcome to Play framework
22

33
[![GitHub Discussions](https://img.shields.io/github/discussions/playframework/play1?&logo=github&color=brightgreen)](https://github.com/playframework/play1/discussions)
4-
[![Gitter](https://img.shields.io/gitter/room/playframework/play1)](https://gitter.im/playframework/play1)
4+
[![Discord](https://img.shields.io/discord/931647755942776882?logo=discord&logoColor=white)](https://discord.gg/YVRgAp2Zj4)
55
[![Contributors](https://img.shields.io/github/contributors/playframework/play1)](https://github.com/playframework/play1/graphs/contributors)
66
[![StackOverflow](https://img.shields.io/static/v1?label=stackoverflow&logo=stackoverflow&logoColor=fe7a16&color=brightgreen&message=playframework)](https://stackoverflow.com/tags/playframework)
77

documentation/manual/home.textile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ h2. <a name="versionnotes">Version notes</a>
189189
New versions of Play include certain changes. Check older release notes for:
190190

191191
# "About Play releases":releases/releases
192+
# "Play 1.9.0":releases/release1.9.x/releasenotes-1.9.0
192193
# "Play 1.8.0":releases/release1.8.x/releasenotes-1.8.0
193194
# "Play 1.7.1":releases/release1.7.x/releasenotes-1.7.1
194195
# "Play 1.7.0":releases/release1.7.x/releasenotes-1.7.0
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Play 1.9.0 -- Release notes
2+
3+
Play 1.9.0 has been released of the master branch.
4+
5+
The changes in this release are listed in the "1.9.0":https://github.com/playframework/play1/milestone/10624965 including 12 resolved tickets.
6+
7+
8+
## What's new in Play 1.9.0
9+
10+
11+
## What's fixed in Play 1.9.0
12+
13+
* "#1358":https://github.com/playframework/play1/issues/1358 : Update the README, use Markdown instead of Textile
14+
* "#1472":https://github.com/playframework/play1/issues/1472 : Fix "play build-module" by replacing yaml.load with yaml.safe_load
15+
* "#1473":https://github.com/playframework/play1/issues/1473 : feat(dependabot): add dependabot.yml configuration
16+
* "#1474":https://github.com/playframework/play1/issues/1474 : Convert README from textile to markdown
17+
* "#1475":https://github.com/playframework/play1/issues/1475 : Bump actions/setup-python from 4 to 5
18+
* "#1476":https://github.com/playframework/play1/issues/1476 : Bump actions/setup-java from 3 to 4
19+
* "#1477":https://github.com/playframework/play1/issues/1477 : GitHub actions configuration
20+
* "#1478":https://github.com/playframework/play1/issues/1478 : Update issue templates
21+
* "#1479":https://github.com/playframework/play1/issues/1479 : fix(release-draft): fix version number
22+
* "#1482":https://github.com/playframework/play1/issues/1482 : Updated dependencies
23+
* "#1502":https://github.com/playframework/play1/issues/1502 : dependencies upgrade:
24+
* "#1503":https://github.com/playframework/play1/issues/1503 : 1502 update dependencies

documentation/manual/releases/releases.textile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ h1. About Play releases
22

33
You can download Play releases "here":https://www.playframework.com/download. Each release has a Migration Guide that explains how to upgrade from the previous release.
44

5+
h2. Play 1.9.x
6+
7+
# "Play 1.9.0":release1.9.x/releasenotes-1.9.0
8+
9+
510
h2. Play 1.8.x
611

712
# "Play 1.8.0":release1.8.x/releasenotes-1.8.0

0 commit comments

Comments
 (0)