Skip to content

Commit

Permalink
v0.3.5 (#257)
Browse files Browse the repository at this point in the history
- UI: finished executions are now sorted starting from the most recent one
- API: schema migration fo database changes is now exposed through `utils.updateSchema`
- Bugfixes: timeseries: fix state inconsistencies (#252), workflowvalidation (#256)
  • Loading branch information
Masuzu authored Mar 16, 2018
1 parent a6953db commit e59a686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val devMode = settingKey[Boolean]("Some build optimization are applied in devMode.")
val writeClasspath = taskKey[File]("Write the project classpath to a file.")

val VERSION = "0.3.4"
val VERSION = "0.3.5"

lazy val commonSettings = Seq(
organization := "com.criteo.cuttle",
Expand Down

0 comments on commit e59a686

Please sign in to comment.