We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49fad1 commit ed252b6Copy full SHA for ed252b6
2 files changed
pom.xml
@@ -8,7 +8,7 @@
8
<parent>
9
<groupId>tools.jackson</groupId>
10
<artifactId>jackson-base</artifactId>
11
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
12
</parent>
13
14
<groupId>tools.jackson.core</groupId>
release-notes/VERSION
@@ -15,7 +15,7 @@ JSON library.
15
=== Releases ===
16
------------------------------------------------------------------------
17
18
-3.2.0 (not yet released)
+3.2.0 (08-Jun-2026)
19
20
#679: Number parsing should fail for trailing dot (period)
21
(fix by @cowtowncoder, w/ Claude code)
0 commit comments