File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v0.3.5
2
+
3
+ ## Features
4
+ * Log a warning if unable to update commit status. ([ #84 ] ( https://github.com/runatlantis/atlantis/issues/84 ) )
5
+
6
+ ## Backwards Incompatibilities / Notes:
7
+ * None
8
+
9
+ ## Downloads
10
+ * [ atlantis_darwin_amd64.zip] ( https://github.com/runatlantis/atlantis/releases/download/v0.3.5/atlantis_darwin_amd64.zip )
11
+ * [ atlantis_linux_386.zip] ( https://github.com/runatlantis/atlantis/releases/download/v0.3.5/atlantis_linux_386.zip )
12
+ * [ atlantis_linux_amd64.zip] ( https://github.com/runatlantis/atlantis/releases/download/v0.3.5/atlantis_linux_amd64.zip )
13
+ * [ atlantis_linux_arm.zip] ( https://github.com/runatlantis/atlantis/releases/download/v0.3.5/atlantis_linux_arm.zip )
14
+
1
15
# v0.3.4
2
16
## Description
3
17
This release delivers some speed improvements through caching plugins and
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
"github.com/spf13/viper"
20
20
)
21
21
22
- const atlantisVersion = "0.3.4 "
22
+ const atlantisVersion = "0.3.5 "
23
23
24
24
func main () {
25
25
v := viper .New ()
You can’t perform that action at this time.
0 commit comments