Skip to content

Commit

Permalink
Merge pull request #115 from mweagle/mweagle/v1.3.0
Browse files Browse the repository at this point in the history
Sparta v1.3.0
  • Loading branch information
mweagle committed Sep 3, 2018
2 parents 2231370 + 6b868f0 commit 3681d28
Show file tree
Hide file tree
Showing 10 changed files with 229 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
# https://twitter.com/dgryski/status/964626204488695808
- "1.10"
- "1.11"
- tip
before_install:
- echo "before_install"
Expand Down
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Notes

## v1.3.0

- :warning: **BREAKING**
- :checkered_flag: **CHANGES**
- Update branchname and release tag to support Go 1.11 [modules](https://github.com/golang/go/wiki/Modules).
- :bug: **FIXED**
- Fixed `panic` when extracting [lambda function name](https://github.com/mweagle/Sparta/commit/c10a7a88c403ecf5b1f06784f0027fb35e0220a7).

## v1.2.1

- :warning: **BREAKING**
Expand Down
Loading

0 comments on commit 3681d28

Please sign in to comment.