Skip to content

Commit e729334

Browse files
committed
Prepare for release
1 parent b377264 commit e729334

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

docs/release-notes.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
Release notes
33
=============
44

5+
v2.32.0: 2020-05-06
6+
======================
7+
8+
See also :doc:`criteria-api` and `simple-examples <https://github.com/domaframework/simple-examples>`_.
9+
10+
* `GH407 <https://github.com/domaframework/doma/pull/407>`_
11+
`GH406 <https://github.com/domaframework/doma/pull/406>`_
12+
`GH405 <https://github.com/domaframework/doma/pull/405>`_
13+
`GH404 <https://github.com/domaframework/doma/pull/404>`_
14+
`GH403 <https://github.com/domaframework/doma/pull/403>`_
15+
`GH402 <https://github.com/domaframework/doma/pull/402>`_
16+
`GH401 <https://github.com/domaframework/doma/pull/401>`_
17+
`GH400 <https://github.com/domaframework/doma/pull/400>`_
18+
`GH399 <https://github.com/domaframework/doma/pull/399>`_
19+
`GH398 <https://github.com/domaframework/doma/pull/398>`_
20+
Improve the Criteria API
21+
522
v2.32.0: 2020-05-04
623
======================
724

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ [email protected]:domaframework/doma.git
77
sonatypeUsername=
88
sonatypePassword=
99
release.useAutomaticVersion=true
10-
release.releaseVersion=2.32.0
11-
release.newVersion=2.32.1-SNAPSHOT
10+
release.releaseVersion=2.33.0
11+
release.newVersion=2.33.1-SNAPSHOT

release.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
release {
2-
failOnCommitNeeded = false
32
newVersionCommitMessage = "[Gradle Release Plugin] - [skip ci] new version commit: "
43
pushReleaseVersionBranch = "release"
54
buildTasks = ['clean', 'build']

0 commit comments

Comments
 (0)