Skip to content

Commit

Permalink
Prepare for release 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oldergod committed Dec 15, 2023
1 parent 9c41565 commit 66edba5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
### Fixed

- No more errors when formatting strings (#85).
- Imports are now correctly emitted for sub types within external extensions (#88).
- Imports are now correctly emitted for subtypes within external extensions (#88).
- Fix generation functions with `set` and `get` names (#82).

### Changed

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.5.0</version>
<version>1.6.0</version>
</dependency>
```

or Gradle:

```groovy
implementation 'io.outfoxx:swiftpoet:1.5.0'
implementation 'io.outfoxx:swiftpoet:1.6.0'
```

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.4.0/swiftpoet/io.outfoxx.swiftpoet/
[kdoc]: https://outfoxx.github.io/swiftpoet/1.6.0/swiftpoet/io.outfoxx.swiftpoet/
[javapoet]: https://github.com/square/javapoet/
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

releaseVersion=1.6.0-SNAPSHOT
releaseVersion=1.6.0

0 comments on commit 66edba5

Please sign in to comment.