Skip to content

Commit 2058acf

Browse files
authored
Merge pull request #85 from runatlantis/release-0.3.5
Release 0.3.5.
2 parents 9615702 + 823cc7c commit 2058acf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
# v0.3.4
216
## Description
317
This release delivers some speed improvements through caching plugins and

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github.com/spf13/viper"
2020
)
2121

22-
const atlantisVersion = "0.3.4"
22+
const atlantisVersion = "0.3.5"
2323

2424
func main() {
2525
v := viper.New()

0 commit comments

Comments
 (0)