Skip to content

Commit

Permalink
Prepare for release 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed Oct 29, 2024
1 parent 7a3838d commit 81b8aa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [1.6.6] - 2024-10-29

### Fixed

- Fix shortening of nested names in generated hierarchies (#118)

## [1.6.5] - 2024-02-21

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ Download [the latest .jar][dl] or depend via Maven:
<dependency>
<groupId>io.outfoxx</groupId>
<artifactId>swiftpoet</artifactId>
<version>1.6.5</version>
<version>1.6.6</version>
</dependency>
```

or Gradle:

```groovy
implementation 'io.outfoxx:swiftpoet:1.6.5'
implementation 'io.outfoxx:swiftpoet:1.6.6'
```

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

0 comments on commit 81b8aa7

Please sign in to comment.