We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc9baf commit 39ba75fCopy full SHA for 39ba75f
build.sbt
@@ -1,6 +1,6 @@
1
name := "kafka-migration-tool"
2
3
-version := "0.0.1"
+version := "0.1.0"
4
scalaVersion := "2.13.0"
5
6
val appMainClass = "com.purbon.kafka.CliTool"
changelog.md
@@ -0,0 +1,7 @@
+# Changelog
+
+## 0.1.0
+- Add a basic Antlr based DSL for describing the migrations.
+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