Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.8.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
phamann authored May 13, 2020
1 parent d15ed3b commit 853bf04
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog

## [Unreleased](https://github.com/fastly/cli/releases/tag/HEAD)
## [v0.8.0](https://github.com/fastly/cli/releases/tag/v0.8.0) (2020-05-13)

[Full Changelog](https://github.com/fastly/cli/compare/v0.7.1...v0.8.0)

**Enhancements:**

- Verify fastly crate version during compute build. [\#67](https://github.com/fastly/cli/pull/67)
- Improve `compute build` rust compilation error messaging [\#60](https://github.com/fastly/cli/pull/60)
- logging: adds syslog logging endpoint [\#55](https://github.com/fastly/cli/pull/55)

**Bug fixes:**

- debian package doesn't install in default $PATH [\#58](https://github.com/fastly/cli/issues/58)
- deb and rpm packages install the binary in `/usr/local` instead of `/usr/local/bin` [\#53](https://github.com/fastly/cli/issues/53)

**Closed issues:**

- ERROR: error during compilation process: exit status 101. [\#52](https://github.com/fastly/cli/issues/52)

## [v0.7.1](https://github.com/fastly/cli/releases/tag/v0.7.1) (2020-05-04)

Expand Down

0 comments on commit 853bf04

Please sign in to comment.