Skip to content

Commit 39ba75f

Browse files
committed
version 0.1.0 bump
1 parent 1cc9baf commit 39ba75f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "kafka-migration-tool"
22

3-
version := "0.0.1"
3+
version := "0.1.0"
44
scalaVersion := "2.13.0"
55

66
val appMainClass = "com.purbon.kafka.CliTool"

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## 0.1.0
4+
5+
- Add a basic Antlr based DSL for describing the migrations.
6+
This is currently future flag, being the default one the scala based.
7+
If you want to use this as a user you need to pass the --antlrGrammar flag.

0 commit comments

Comments
 (0)