Skip to content

Commit 785718a

Browse files
committed
Release v0.2.2
1 parent 67b9465 commit 785718a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.2.2
4+
5+
- Added support for parsing additonal time formats (@andrewpage)
6+
37
## v0.2.1
48

59
- Feature - de-duplicate newlines event messages (@klichukb)

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ WORKDIR $GOPATH/src/github.com/TylerBrock/saw
44
# Setup some basic dependencies that aren’t bundled in the build image
55
ADD https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 /bin/dep
66
RUN chmod +x /bin/dep
7+
8+
# Add ca-certificates for TLS/SSL
79
RUN apk add --no-cache git ca-certificates
810

911
# Ensure deps separately for a cache layer during rebuilds

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/cobra"
77
)
88

9-
const version = "0.2.1"
9+
const version = "0.2.2"
1010

1111
var versionCommand = &cobra.Command{
1212
Use: "version",

0 commit comments

Comments
 (0)