Skip to content

Commit 7569852

Browse files
authored
Release v0.9.40 (#1276)
* Prepare for release 0.9.40
1 parent 04bc47a commit 7569852

File tree

6 files changed

+54
-4
lines changed

6 files changed

+54
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ apply plugin: 'maven'
1212

1313
allprojects {
1414
group = 'io.digdag'
15-
version = '0.9.40-SNAPSHOT'
15+
version = '0.9.40'
1616

1717
ext {
1818
isSnapshotRelease = version.endsWith('-SNAPSHOT')

digdag-cli/src/main/java/io/digdag/cli/SelfUpdate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public SystemExitException usage(String error)
9090
err.println("");
9191
err.println(" Examples:");
9292
err.println(" $ " + programName + " selfupdate");
93-
err.println(" $ " + programName + " selfupdate 0.9.40-SNAPSHOT");
93+
err.println(" $ " + programName + " selfupdate 0.9.40");
9494
err.println("");
9595
return systemExit(error);
9696
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.40-SNAPSHOT
1+
0.9.40

digdag-docs/src/command_reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Updates the executable binary file to the latest version or specified version. E
241241
.. code-block:: console
242242
243243
$ digdag selfupdate
244-
$ digdag selfupdate 0.9.39
244+
$ digdag selfupdate 0.9.40
245245
246246
Server-mode commands
247247
----------------------------------

digdag-docs/src/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release Notes
55
:maxdepth: 1
66

77
# add new version here
8+
releases/release-0.9.40
89
releases/release-0.9.39
910
releases/release-0.9.38
1011
releases/release-0.9.37
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
Release 0.9.40
2+
==============
3+
4+
General Changes
5+
---------------
6+
7+
* Improve performance of project list API. [#1187]
8+
* Task log is split by size in configuration. [#1209]
9+
* Output of echo> operator is stored to task log. [#1221]
10+
* Upgrade Guice. [#791]
11+
* Document improvements. [#1144 #1181 #1201 #1218 #1236 #1273]
12+
13+
14+
Fixed Issues
15+
------------
16+
* Fix BigQuery operators parameter name. [#1225]
17+
* Fix migration command issue. [#1248]
18+
* CLI related improvements. [#1257 #1250]
19+
* UI packages update. [#1185 #1186 #1214]
20+
* CI related improvements. [#1230 #1255]
21+
22+
Release Date
23+
------------
24+
2019-12-11
25+
26+
Contributors
27+
------------
28+
* Aki Ariga
29+
* Edd Steel
30+
* Hiroyuki Sato
31+
* John Yani
32+
* Kohki Sato
33+
* Muga Nishizawa
34+
* NARUSE, Yui
35+
* NomadBlacky
36+
* Pierre Delagrave
37+
* Sadayuki Furuhashi
38+
* Satoru Kamikaseda
39+
* Shota Suzuki
40+
* Timothée Peignier
41+
* Weiming-Zhu
42+
* Y.Kentaro
43+
* katsuyan
44+
* makoto.toriyama
45+
* morihaya
46+
* rubyu
47+
* yui-knk
48+
* zaimy
49+
* yoyama

0 commit comments

Comments
 (0)