Skip to content

Commit

Permalink
Prepare for 2.15.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 14, 2023
1 parent 9dd249c commit 0a26c84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.15.0-rc3-SNAPSHOT</version>
<version>2.15.0-rc3</version>
</parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-binary</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ Active maintainers:
=== Releases ===
------------------------------------------------------------------------

#373: (cbor) Remove optimized `CBORParser.nextTextValue()` implementation

2.15.0-rc2 (28-Mar-2023)
2.15.0-rc3 (14-Apr-2023)

#347: (cbor) Add support for CBOR stringref extension (`CBORGenerator.Feature.STRINGREF`)
(contributed by Aaron B)
#356: (cbor) Add `CBORGenerat.Feature.WRITE_MINIMAL_DOUBLES` for writing `double`s as `float`s
if safe to do so
(contributed by Aaron B)
#373: (cbor) Remove optimized `CBORParser.nextTextValue()` implementation

2.14.3 (Not yet released)

Expand Down

0 comments on commit 0a26c84

Please sign in to comment.