Skip to content

Commit

Permalink
🔖 Release version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Jun 18, 2023
1 parent 4e34f2e commit bfcdc04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## [1.7.0]

_2023-06-18_

- Fix #98 by removing unexpected generics marker on Companion extension
- Constraint dependencies to not leak through consumers (KSP-api and Kotlin reflect)
- Remove unnecessarily enforced `kotlin.jvmToolchain(17)`
- Support inferred visibility of Companion object based on sealed class visibility

## [1.6.3]

_2023-04-29_
Expand Down Expand Up @@ -83,7 +92,8 @@ _2022-08-22_

> **Note** 🎉 Initial release
[Unreleased]: https://github.com/SimonMarquis/SealedObjectInstances/compare/1.6.3...HEAD
[Unreleased]: https://github.com/SimonMarquis/SealedObjectInstances/compare/1.7.0...HEAD
[1.7.0]: https://github.com/SimonMarquis/SealedObjectInstances/releases/tag/1.7.0
[1.6.3]: https://github.com/SimonMarquis/SealedObjectInstances/releases/tag/1.6.3
[1.6.2]: https://github.com/SimonMarquis/SealedObjectInstances/releases/tag/1.6.2
[1.6.1]: https://github.com/SimonMarquis/SealedObjectInstances/releases/tag/1.6.1
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.7.0-SNAPSHOT
version=1.7.0
group=fr.smarquis.sealed
artifactId=sealed-object-instances

Expand Down

0 comments on commit bfcdc04

Please sign in to comment.