Skip to content

Commit

Permalink
version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stackoverflow committed May 22, 2022
1 parent 4bf5be7 commit 76fe724
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'org.novah'
version '0.1.1'
version '0.1.2'

repositories {
mavenCentral()
Expand Down
12 changes: 6 additions & 6 deletions releases.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 0.1.1

First release

# 0.1.2 (to be released)
# 0.1.2

- Fixed unification of records with empty labels
- Fixed record type annotation spreading
- Fixed bug in import parsing
- Fixed bug in auto derive Equals
- Fixed bug in auto derive Equals

# 0.1.1

First release
2 changes: 1 addition & 1 deletion src/main/kotlin/novah/main/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class MainCommand : CliktCommand(name = "novah", printHelpOnEmptyArgs = true, in
}

companion object {
private const val VERSION = "0.1.1"
private const val VERSION = "0.1.2"
}
}

Expand Down

0 comments on commit 76fe724

Please sign in to comment.