From b97da27f8661cba86093c917ae887de5da89c272 Mon Sep 17 00:00:00 2001 From: Dimitris Koutsogiorgas Date: Wed, 20 Dec 2023 11:23:36 +0200 Subject: [PATCH] Prepare for release 1.6.3. --- CHANGELOG.md | 9 ++++++++- README.md | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f69025..6e78c91d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [1.6.3] - 2023-12-20 + +### Fixed + +- Fix incorrect importing of local types (#105) + ## [1.6.2] - 2023-12-19 ### Added @@ -37,7 +43,8 @@ There are no changelog for versions 1.5.0 and before. -[Unreleased]: https://github.com/outfoxx/swiftpoet/compare/1.6.2...HEAD +[Unreleased]: https://github.com/outfoxx/swiftpoet/compare/1.6.3...HEAD +[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 [1.6.1]: https://github.com/outfoxx/swiftpoet/releases/tag/1.6.1 [1.6.0]: https://github.com/outfoxx/swiftpoet/releases/tag/1.6.0 diff --git a/README.md b/README.md index ee4aaef2..fb853811 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.2 + 1.6.3 ``` or Gradle: ```groovy -implementation 'io.outfoxx:swiftpoet:1.6.2' +implementation 'io.outfoxx:swiftpoet:1.6.3' ``` 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.2/swiftpoet/io.outfoxx.swiftpoet/ + [kdoc]: https://outfoxx.github.io/swiftpoet/1.6.3/swiftpoet/io.outfoxx.swiftpoet/ [javapoet]: https://github.com/square/javapoet/