diff options
author | 2023-01-23 10:59:31 -0800 | |
---|---|---|
committer | 2023-01-23 10:59:31 -0800 | |
commit | 4a2550ca87f9fcbb34a1ee122ec4d1729dff0ca2 (patch) | |
tree | a1008e2d25614451878a79b16b486d2e9c0db606 /CHANGELOG.md | |
parent | 6b99960380132dc92837e7a67e95901e144e38b0 (diff) | |
download | sally-4a2550ca87f9fcbb34a1ee122ec4d1729dff0ca2.tar.gz sally-4a2550ca87f9fcbb34a1ee122ec4d1729dff0ca2.tar.zst sally-4a2550ca87f9fcbb34a1ee122ec4d1729dff0ca2.zip |
v1.3.0 release (#73)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f92d7f..813c427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,15 @@ 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.3.0] ### Added - Add an optional `description` field to packages. + +### Changed - Use a fluid layout for the index page. This renders better on narrow screens. -[Unreleased]: https://github.com/uber-go/sally/compare/v1.2.0...HEAD +[1.3.0]: https://github.com/uber-go/sally/compare/v1.2.0...HEAD ## [1.2.0] - 2022-05-17 ### Added |