Skip to content

Commit e208f7a

Browse files
committed
Prepare for release
1 parent e51f8a9 commit e208f7a

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

docs/release-notes.rst

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

5+
v2.31.0: 2020-04-18
6+
======================
7+
8+
* `GH388 <https://github.com/domaframework/doma/pull/388>`_
9+
Enhance the CommentContext class to accept a message
10+
* `GH387 <https://github.com/domaframework/doma/pull/387>`_
11+
Support the Sql annotation officially
12+
* `GH386 <https://github.com/domaframework/doma/pull/386>`_
13+
Add the "getQuery" method to the "Command" interface
14+
* `GH384 <https://github.com/domaframework/doma/pull/384>`_
15+
Resolve type parameters with actual type arguments for generic types
16+
* `GH382 <https://github.com/domaframework/doma/pull/382>`_
17+
Add the Criteria API
18+
* `GH381 <https://github.com/domaframework/doma/pull/381>`_
19+
Replace version before build
20+
* `GH380 <https://github.com/domaframework/doma/pull/380>`_
21+
Allow uncommitted files before release
22+
* `GH379 <https://github.com/domaframework/doma/pull/379>`_
23+
Don't replace the version with the snapshot version in documents
24+
* `GH378 <https://github.com/domaframework/doma/pull/378>`_
25+
Allow no-args default method in Kotlin
26+
527
v2.30.0: 2020-04-18
628
======================
729

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.30.1
11-
release.newVersion=2.30.2-SNAPSHOT
10+
release.releaseVersion=2.31.0
11+
release.newVersion=2.31.1-SNAPSHOT

0 commit comments

Comments
 (0)