Skip to content

Commit

Permalink
Prepare for release 1.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Dec 20, 2023
1 parent 04cda47 commit b97da27
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.2</version>
<version>1.6.3</version>
</dependency>
```

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].
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.2/swiftpoet/io.outfoxx.swiftpoet/
[kdoc]: https://outfoxx.github.io/swiftpoet/1.6.3/swiftpoet/io.outfoxx.swiftpoet/
[javapoet]: https://github.com/square/javapoet/

0 comments on commit b97da27

Please sign in to comment.