Skip to content

Commit

Permalink
v0.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
frsyuki committed Oct 11, 2017
1 parent 1e1f469 commit 797880e
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 70 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'maven'

allprojects {
group = 'io.digdag'
version = '0.9.19-SNAPSHOT'
version = '0.9.19'

ext {
isSnapshotRelease = version.endsWith('-SNAPSHOT')
Expand Down
2 changes: 1 addition & 1 deletion digdag-cli/src/main/java/io/digdag/cli/SelfUpdate.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public SystemExitException usage(String error)
err.println("");
err.println(" Examples:");
err.println(" $ " + programName + " selfupdate");
err.println(" $ " + programName + " selfupdate 0.9.19-SNAPSHOT");
err.println(" $ " + programName + " selfupdate 0.9.19");
err.println("");
return systemExit(error);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.19-SNAPSHOT
0.9.19
2 changes: 1 addition & 1 deletion digdag-docs/src/command_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Updates the executable binary file to the latest version or specified version. E
.. code-block:: console
$ digdag selfupdate
$ digdag selfupdate 0.9.18
$ digdag selfupdate 0.9.19
Server-mode commands
----------------------------------
Expand Down
1 change: 1 addition & 0 deletions digdag-docs/src/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release Notes
:maxdepth: 1

# add new version here
releases/release-0.9.19
releases/release-0.9.18
releases/release-0.9.17
releases/release-0.9.16
Expand Down
2 changes: 0 additions & 2 deletions digdag-docs/src/releases/release-0.9.18.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Release 0.9.18
Operator Changes
------------------

* Added new ``for_range>`` operator. See documents for its usage.

* ``pg>`` and ``redshift>`` operators support ``store_last_results`` option so that following tasks can use results of a query.


Expand Down
16 changes: 16 additions & 0 deletions digdag-docs/src/releases/release-0.9.19.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Release 0.9.19
==============

Operator Changes
------------------

* Added new ``for_range>`` operator. See documents for its usage.


Release Date
------------
2017-10-11

Contributors
------------
* Sadayuki Furuhashi
64 changes: 0 additions & 64 deletions digdag-docs/src/releases/release-0.9.20.rst

This file was deleted.

0 comments on commit 797880e

Please sign in to comment.