Skip to content

Commit b0345b7

Browse files
Prepare relase.
1 parent 49e3fc8 commit b0345b7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:groupId: org.neo4j
66
:artifactId: neo4j-cypher-dsl
77

8-
:neo4j-cypher-dsl-version: 2021.3.1-SNAPSHOT
8+
:neo4j-cypher-dsl-version: 2021.3.1
99

1010
// end::properties[]
1111

docs/appendix/2021.3.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
== 2021.3
22

3+
=== 2021.3.1
4+
5+
2021.3.1 is a pure bug fix release. API Guardian cannot be an optional dependency, otherwise compiling programs with `-Werror`
6+
will fail, as the `@API`-annotation has runtime and not class retention.
7+
8+
==== 🐛 Bug Fixes
9+
10+
* GH-203 - Introduce a scope for the `PatternComprehension`.
11+
* Revert "GH-202 - Make API Guardian an optional / provided dependency."
12+
* Support empty BooleanBuilder in QueryDSL adapter.
13+
314
=== 2021.3.0
415

516
==== 🚀 New module: The Cypher-DSL-Parser

0 commit comments

Comments
 (0)