Skip to content

Commit

Permalink
Merge pull request #11 from civitaspo/0.0.3
Browse files Browse the repository at this point in the history
Ship v0.0.3
  • Loading branch information
civitaspo committed Nov 29, 2019
2 parents 34914d9 + 136e2f7 commit b711f19
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.3 (2019-11-29)
==================

* [Fix] Fix the way to get `pg_lock.digdag.headers.*` values.

0.0.2 (2019-11-27)
==================

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

+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.2'
version = '0.0.3'

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

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

0 comments on commit b711f19

Please sign in to comment.