File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v0.3.3
2
+
3
+ ## Features
4
+ * Atlantis version shown in footer of web UI. Fixes ([ #33 ] ( https://github.com/runatlantis/atlantis/issues/33 ) ).
5
+
6
+ ## Bug Fixes
7
+ * GitHub comments greater than the max length will be split into multiple comments. Fixes ([ #55 ] ( https://github.com/runatlantis/atlantis/issues/55 ) ).
8
+
9
+ ## Backwards Incompatibilities / Notes:
10
+ * None
11
+
12
+ ## Downloads
13
+ * [ atlantis_darwin_amd64.zip] ( https://github.com/runatlantis/atlantis/releases/download/v0.3.3/atlantis_darwin_amd64.zip )
14
+ * [ atlantis_linux_386.zip] ( https://github.com/runatlantis/atlantis/releases/download/v0.3.3/atlantis_linux_386.zip )
15
+ * [ atlantis_linux_amd64.zip] ( https://github.com/runatlantis/atlantis/releases/download/v0.3.3/atlantis_linux_amd64.zip )
16
+ * [ atlantis_linux_arm.zip] ( https://github.com/runatlantis/atlantis/releases/download/v0.3.3/atlantis_linux_arm.zip )
17
+
1
18
# v0.3.2
2
19
3
20
## Description
Original file line number Diff line number Diff line change 6
6
"github.com/spf13/viper"
7
7
)
8
8
9
- const atlantisVersion = "0.3.2 "
9
+ const atlantisVersion = "0.3.3 "
10
10
11
11
func main () {
12
12
v := viper .New ()
You can’t perform that action at this time.
0 commit comments