Skip to content

Commit

Permalink
Merge pull request #117 from outfoxx/release.1.6.5
Browse files Browse the repository at this point in the history
Prepare for release 1.6.5.
  • Loading branch information
oldergod committed Feb 21, 2024
2 parents ede041a + 699817e commit 96811fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [Unreleased]

## [1.6.5] - 2024-02-21

### Added

- Add lazy modifier (#116)
- Support generic qualifiers for `TypeName` (#115)

## [1.6.4] - 2024-01-15

### Fixed
Expand Down Expand Up @@ -50,7 +57,8 @@

There are no changelog for versions 1.5.0 and before.

[Unreleased]: https://github.com/outfoxx/swiftpoet/compare/1.6.4...HEAD
[Unreleased]: https://github.com/outfoxx/swiftpoet/compare/1.6.5...HEAD
[1.6.5]: https://github.com/outfoxx/swiftpoet/releases/tag/1.6.5
[1.6.4]: https://github.com/outfoxx/swiftpoet/releases/tag/1.6.4
[1.6.3]: https://github.com/outfoxx/swiftpoet/releases/tag/1.6.3
[1.6.2]: https://github.com/outfoxx/swiftpoet/releases/tag/1.6.2
Expand Down
6 changes: 3 additions & 3 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.4</version>
<version>1.6.5</version>
</dependency>
```

or Gradle:

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

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand All @@ -112,5 +112,5 @@ License
[action]: https://github.com/outfoxx/swiftpoet/actions?query=branch%3Adevelop
[dl]: https://search.maven.org/remote_content?g=io.outfoxx&a=swiftpoet&v=LATEST
[snap]: https://oss.sonatype.org/content/repositories/snapshots/io/outfoxx/swiftpoet/
[kdoc]: https://outfoxx.github.io/swiftpoet/1.6.4/swiftpoet/io.outfoxx.swiftpoet/
[kdoc]: https://outfoxx.github.io/swiftpoet/1.6.5/swiftpoet/io.outfoxx.swiftpoet/
[javapoet]: https://github.com/square/javapoet/

0 comments on commit 96811fb

Please sign in to comment.