Skip to content

Commit b91a135

Browse files
committed
Prepare for release [ci skip]
1 parent ff55311 commit b91a135

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.36.0: 2020-05-25
6+
======================
7+
8+
* `GH440 <https://github.com/domaframework/doma/pull/440>`_
9+
Update the Criteria API document
10+
* `GH439 <https://github.com/domaframework/doma/pull/439>`_
11+
Remove lambda expressions from generated code to reduce compilation time
12+
* `GH438 <https://github.com/domaframework/doma/pull/438>`_
13+
Support the select expression
14+
* `GH437 <https://github.com/domaframework/doma/pull/437>`_
15+
Support the literal expression for the following data types
16+
* `GH436 <https://github.com/domaframework/doma/pull/436>`_
17+
Support the case expression
18+
* `GH435 <https://github.com/domaframework/doma/pull/435>`_
19+
Make a select method call optional in a sub-select
20+
* `GH432 <https://github.com/domaframework/doma/pull/432>`_
21+
Add the select and the selectTo methods to the Entityql and NativeSql DSLs
22+
* `GH431 <https://github.com/domaframework/doma/pull/431>`_
23+
Add some string expressions
24+
* `GH430 <https://github.com/domaframework/doma/pull/430>`_
25+
Polish
26+
527
v2.35.0: 2020-05-17
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.36.0-beta-1
11-
release.newVersion=2.36.0-SNAPSHOT
10+
release.releaseVersion=2.36.0
11+
release.newVersion=2.36.1-SNAPSHOT

0 commit comments

Comments
 (0)