Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sndl committed Oct 29, 2019
1 parent 27d10e6 commit d8ab123
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.2.0
* Implement prompts for potentially destructive commands (set, rm, update-from, destroy)
* Cover destroy, diff and updateFrom methods with unit tests
* Implement cross backend tests
* Add log4j logging support
* Improve destroy command output

## 0.1.10
* Add prefix support to `update-from` command
* CLI version is now generated from version in `build.gradle.kts`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinJvmCompile
import tanvd.kosogor.proxy.shadowJar

group = "sndl.parnas"
version = "0.1.10"
version = "0.2.0"
description = "PARameter Naming And Storing"

plugins {
Expand Down

0 comments on commit d8ab123

Please sign in to comment.