diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6a0a6d..f17c4efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 275f6762..556292b8 100644 --- a/README.md +++ b/README.md @@ -78,14 +78,14 @@ Download [the latest .jar][dl] or depend via Maven: io.outfoxx swiftpoet - 1.6.4 + 1.6.5 ``` 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]. @@ -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/