Skip to content

Commit

Permalink
Bump version to 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
komamitsu committed Apr 27, 2017
1 parent c5ebeb2 commit e0c4dea
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 4 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.10-SNAPSHOT'
version = '0.9.10'

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.10-SNAPSHOT");
err.println(" $ " + programName + " selfupdate 0.9.10");
err.println("");
return systemExit(error);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.10-SNAPSHOT
0.9.10
2 changes: 1 addition & 1 deletion digdag-docs/src/command_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Updates the executable binary file to the latest version or specified version. E
.. code-block:: console
$ digdag selfupdate
$ digdag selfupdate 0.9.9
$ digdag selfupdate 0.9.10
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.10
releases/release-0.9.9
releases/release-0.9.8
releases/release-0.9.7
Expand Down
24 changes: 24 additions & 0 deletions digdag-docs/src/releases/release-0.9.10.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Release 0.9.10
=============

CLI Changes
---------------

* Fixed ``--params-file`` option.

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

* ``mail`` operator supports multibyte character in email subject.

General Changes
---------------

* Added site ID and project name to log messages to make it easy to investigate.
* Fixed broken ``backfill --dry-run``.
* Fetching project archives from S3 gets more robust.

Release Date
------------
2017-04-27

0 comments on commit e0c4dea

Please sign in to comment.