Skip to content

Commit

Permalink
Merge pull request #4 from civitaspo/0.0.1.pre2
Browse files Browse the repository at this point in the history
Ship 0.0.1.pre2
  • Loading branch information
civitaspo authored Oct 7, 2019
2 parents 2db5865 + 8dc1949 commit 97fde2f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.0.1.pre2 (2019-10-07)
=======================

* Fix `org.flywaydb.core.api.FlywayException: Found non-empty schema(s) "public" without schema history table! Use baseline() or set baselineOnMigrate to true to initialize the schema history table.` when using this operator in digdag server mode. [#2](https://github.com/civitaspo/digdag-operator-pg_lock/pull/2)
* Fix a namespace bug: `Unsupported namespace: session (config)` [#3](https://github.com/civitaspo/digdag-operator-pg_lock/pull/3)

0.0.1.pre (2019-10-05)
======================

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _export:
repositories:
- https://jitpack.io
dependencies:
- pro.civitaspo:digdag-operator-pg_lock:0.0.1.pre
- pro.civitaspo:digdag-operator-pg_lock:0.0.1.pre2

+lock-with:
# Wait during 5m until getting the named lock if another task locks.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'pro.civitaspo'
version = '0.0.1.pre'
version = '0.0.1.pre2'

def digdagVersion = '0.9.39'
def scalaSemanticVersion = "2.13.0"
Expand Down
4 changes: 2 additions & 2 deletions example/example.dig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _export:
- file://${repos}
# - https://jitpack.io
dependencies:
- pro.civitaspo:digdag-operator-pg_lock:0.0.1.pre
- pro.civitaspo:digdag-operator-pg_lock:0.0.1.pre2

+lock-with:
# This case shows "Hello A" before "Hello B".
Expand Down Expand Up @@ -36,4 +36,4 @@ _export:
+sleep:
sh>: sleep 5
+echo:
echo>: Hello ${i}
echo>: Hello ${i}

0 comments on commit 97fde2f

Please sign in to comment.