Skip to content

Commit 2b63abb

Browse files
authored
Merge pull request #67 from runatlantis/release-0.3.3
Release 0.3.3
2 parents 28a9a1b + 599886b commit 2b63abb

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
# v0.3.2
219

320
## Description

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/viper"
77
)
88

9-
const atlantisVersion = "0.3.2"
9+
const atlantisVersion = "0.3.3"
1010

1111
func main() {
1212
v := viper.New()

0 commit comments

Comments
 (0)