Skip to content

Commit 81b8aa7

Browse files
committed
Prepare for release 1.6.6
1 parent 7a3838d commit 81b8aa7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [1.6.6] - 2024-10-29
6+
7+
### Fixed
8+
9+
- Fix shortening of nested names in generated hierarchies (#118)
10+
511
## [1.6.5] - 2024-02-21
612

713
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ Download [the latest .jar][dl] or depend via Maven:
7878
<dependency>
7979
<groupId>io.outfoxx</groupId>
8080
<artifactId>swiftpoet</artifactId>
81-
<version>1.6.5</version>
81+
<version>1.6.6</version>
8282
</dependency>
8383
```
8484

8585
or Gradle:
8686

8787
```groovy
88-
implementation 'io.outfoxx:swiftpoet:1.6.5'
88+
implementation 'io.outfoxx:swiftpoet:1.6.6'
8989
```
9090

9191
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].

0 commit comments

Comments
 (0)