Skip to content

Commit

Permalink
Merge pull request #5 from maier/master
Browse files Browse the repository at this point in the history
v0.3.1
  • Loading branch information
maier authored Sep 7, 2018
2 parents 49e7c75 + 8abc3e9 commit 6289e0a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2,402 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Vagrant
.vagrant*/
Vagrantfile

# Binaries for programs and plugins
*.exe
Expand Down Expand Up @@ -33,7 +34,3 @@ internal/watcher/testdata/test.log
# goreleaser files
dist/

# codecov.io repo token and report
.codecov
coverage.txt
coverage.xml
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ builds:
- linux
# - darwin
# - windows
# - freebsd
- freebsd
# - solaris

goarch:
Expand All @@ -34,7 +34,6 @@ archive:

replacements:
amd64: 64-bit
darwin: macOS

format_overrides:
- goos: windows
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.3.1

* add: freebsd to release

# v0.3.0

* add: example of apache access log latency histograms
Expand Down
Loading

0 comments on commit 6289e0a

Please sign in to comment.