File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
33## [ Unreleased]
4+ [ Unreleased ] : https://github.com/square/retrofit/compare/2.12.0...HEAD
5+
6+ ** New**
7+
8+ - Nothing yet!
9+
10+ ** Changed**
11+
12+ - Nothing yet!
13+
14+ ** Fixed**
15+
16+ - Nothing yet!
17+
18+
19+ ## [ 2.12.0] - 2025-05-15
20+ [ 2.12.0 ] : https://github.com/square/retrofit/releases/tag/2.12.0
421
522** New**
623
1330 - Protobuf
1431 - Wire
1532
16- ** Changed**
17-
18- - Nothing yet!
19-
2033** Fixed**
2134
2235 - Primitive types used with ` @Tag ` now work by storing the value boxed with the boxed class as the key.
@@ -682,7 +695,6 @@ Initial release.
682695
683696
684697
685- [ Unreleased ] : https://github.com/square/retrofit/compare/2.11.0...HEAD
686698[ 2.11.0 ] : https://github.com/square/retrofit/releases/tag/2.11.0
687699[ 2.10.0 ] : https://github.com/square/retrofit/releases/tag/2.10.0
688700[ 2.9.0 ] : https://github.com/square/retrofit/releases/tag/2.9.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ For more information please see [the website][1].
99Download
1010--------
1111
12- Download [ the latest JAR] [ 2 ] or grab from Maven central at the coordinates ` com.squareup.retrofit2:retrofit:2.11 .0 ` .
12+ Download [ the latest JAR] [ 2 ] or grab from Maven central at the coordinates ` com.squareup.retrofit2:retrofit:2.12 .0 ` .
1313
1414Snapshots of the development version are available in [ Sonatype's ` snapshots ` repository] [ snap ] .
1515
Original file line number Diff line number Diff line change 11GROUP =com.squareup.retrofit2
2- VERSION_NAME =2.12.0-SNAPSHOT
2+ VERSION_NAME =2.12.0
33
44POM_URL =https://github.com/square/retrofit
55POM_SCM_URL =https://github.com/square/retrofit/
You can’t perform that action at this time.
0 commit comments