Skip to content

Commit a0b348c

Browse files
committed
CHANGELOG: add 1.1.0 release notes
1 parent a386eef commit a0b348c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ The format is based on [Keep a Changelog][], and this project adheres to
44
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
7+
[Unreleased]: https://github.com/gg-scm/gg/compare/v1.1.0...HEAD
78

8-
## [Unreleased][]
9+
## [1.1.0][] - 2020-12-13
910

10-
[Unreleased]: https://github.com/gg-scm/gg/compare/v1.0.3...HEAD
11+
Version 1.1 is the second stable release of gg and includes new commands,
12+
improved `gg branch` output, simpler GitHub integration, and a Homebrew formula.
13+
14+
[1.1.0]: https://github.com/gg-scm/gg/releases/tag/v1.1.0
1115

1216
### Added
1317

14-
- `addremove` command ([#95](https://github.com/gg-scm/gg/issues/95))
18+
- New `addremove` command that adds new files and removes missing ones.
19+
([#95](https://github.com/gg-scm/gg/issues/95))
1520
- gg has a new command, `github-login`, which obtains a GitHub authorization
1621
token using a CLI-based OAuth flow. ([#122](https://github.com/gg-scm/gg/issues/122))
1722
- `branch` has a new `--sort` flag to control the sort order.

0 commit comments

Comments
 (0)