Skip to content

Commit

Permalink
Merge pull request #9 from civitaspo/0.0.2
Browse files Browse the repository at this point in the history
Ship v0.0.2
  • Loading branch information
civitaspo committed Nov 27, 2019
2 parents b9bd50e + ea47d07 commit 4546518
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.0.2 (2019-11-27)
==================

* [Enhancement] Add `unlock_finished_attempt_locks` option.

0.0.1 (2019-11-25)
==================

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
- pro.civitaspo:digdag-operator-pg_lock:0.0.2

+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'
version = '0.0.2'

def digdagVersion = '0.9.39'
def scalaSemanticVersion = "2.13.0"
Expand Down
2 changes: 1 addition & 1 deletion 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
- pro.civitaspo:digdag-operator-pg_lock:0.0.2

+lock-with:
# This case shows "Hello A" before "Hello B".
Expand Down

0 comments on commit 4546518

Please sign in to comment.