Skip to content

Commit

Permalink
Release version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-freezing-lava committed Aug 25, 2023
1 parent f4858a7 commit 3ad5982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.2.2] 2023-08-25

### Fixed
- File content difference was not shown in the error message, when comparing files to the expected file after a mutating operation
- Error is shown when no reference was found, even when the caret shouldn't resolve to anything
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "me.ffl"
version = "0.2.2-SNAPSHOT"
version = "0.2.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit 3ad5982

Please sign in to comment.