Skip to content

Commit

Permalink
Prepare relase.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Jul 29, 2021
1 parent 49e3fc8 commit b0345b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:groupId: org.neo4j
:artifactId: neo4j-cypher-dsl

:neo4j-cypher-dsl-version: 2021.3.1-SNAPSHOT
:neo4j-cypher-dsl-version: 2021.3.1

// end::properties[]

Expand Down
11 changes: 11 additions & 0 deletions docs/appendix/2021.3.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
== 2021.3

=== 2021.3.1

2021.3.1 is a pure bug fix release. API Guardian cannot be an optional dependency, otherwise compiling programs with `-Werror`
will fail, as the `@API`-annotation has runtime and not class retention.

==== 🐛 Bug Fixes

* GH-203 - Introduce a scope for the `PatternComprehension`.
* Revert "GH-202 - Make API Guardian an optional / provided dependency."
* Support empty BooleanBuilder in QueryDSL adapter.

=== 2021.3.0

==== 🚀 New module: The Cypher-DSL-Parser
Expand Down

0 comments on commit b0345b7

Please sign in to comment.