Skip to content

Commit 7aa6a56

Browse files
committed
Prepare v0.3.0 release
1 parent 644b2d0 commit 7aa6a56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Upcoming: 0.3.0
1+
## 0.3.0
22
* Operator definitions with conjunction/disjunction list bodies now break after `==`, improving VS Code code folding.
33

44
## 0.2.1

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "me.fponzi"
9-
version = "0.2.1"
9+
version = "0.3.0"
1010

1111
java {
1212
sourceCompatibility = JavaVersion.VERSION_11

0 commit comments

Comments
 (0)