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 7a3838d commit 81b8aa7Copy full SHA for 81b8aa7
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## [Unreleased]
4
5
+## [1.6.6] - 2024-10-29
6
+
7
+### Fixed
8
9
+- Fix shortening of nested names in generated hierarchies (#118)
10
11
## [1.6.5] - 2024-02-21
12
13
### Added
README.md
@@ -78,14 +78,14 @@ Download [the latest .jar][dl] or depend via Maven:
78
<dependency>
79
<groupId>io.outfoxx</groupId>
80
<artifactId>swiftpoet</artifactId>
81
- <version>1.6.5</version>
+ <version>1.6.6</version>
82
</dependency>
83
```
84
85
or Gradle:
86
87
```groovy
88
-implementation 'io.outfoxx:swiftpoet:1.6.5'
+implementation 'io.outfoxx:swiftpoet:1.6.6'
89
90
91
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
0 commit comments