aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Way <mway@users.noreply.github.com>2023-10-24 11:37:01 -0400
committerGitHub <noreply@github.com>2023-10-24 11:37:01 -0400
commit2a559ac0e606c87da0628d570039e8a102ebf858 (patch)
tree97681d447766b8e7527b8ebcff2f59a5e9fcdfde
parent4fe6763faf645568b2d1d3fe4cdcfcf6b12cf7e6 (diff)
parent0f45cbbcd584d96d2c482651aa83f7ba3924c1f9 (diff)
downloadsally-2a559ac0e606c87da0628d570039e8a102ebf858.tar.gz
Merge pull request #122 from uber-go/mway/release/v1.5.0
Release v1.5.0
-rw-r--r--CHANGELOG.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb44942..1ed44c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## Unreleased
+## [1.5.0]
### Added
- Generate a package listing for sub-paths
- that match a subset of the known packages.
+ that match a subset of the known packages. (#120)
+### Changed
+- Use golangci-lint for linting. (#121)
+
+[1.5.0]: https://github.com/uber-go/sally/compare/v1.4.0...v1.5.0
## [1.4.0]
### Added