Skip to content

Commit

Permalink
Release v0.9.40 (#1276)
Browse files Browse the repository at this point in the history
* Prepare for release 0.9.40
  • Loading branch information
yoyama committed Dec 10, 2019
1 parent 04bc47a commit 7569852
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'maven'

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

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

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

* Improve performance of project list API. [#1187]
* Task log is split by size in configuration. [#1209]
* Output of echo> operator is stored to task log. [#1221]
* Upgrade Guice. [#791]
* Document improvements. [#1144 #1181 #1201 #1218 #1236 #1273]


Fixed Issues
------------
* Fix BigQuery operators parameter name. [#1225]
* Fix migration command issue. [#1248]
* CLI related improvements. [#1257 #1250]
* UI packages update. [#1185 #1186 #1214]
* CI related improvements. [#1230 #1255]

Release Date
------------
2019-12-11

Contributors
------------
* Aki Ariga
* Edd Steel
* Hiroyuki Sato
* John Yani
* Kohki Sato
* Muga Nishizawa
* NARUSE, Yui
* NomadBlacky
* Pierre Delagrave
* Sadayuki Furuhashi
* Satoru Kamikaseda
* Shota Suzuki
* Timothée Peignier
* Weiming-Zhu
* Y.Kentaro
* katsuyan
* makoto.toriyama
* morihaya
* rubyu
* yui-knk
* zaimy
* yoyama

0 comments on commit 7569852

Please sign in to comment.