Skip to content

Commit 5bfe79b

Browse files
committed
CHANGELOG: add 1.3.0 section
1 parent 0c9eb52 commit 5bfe79b

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ 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.2.1...HEAD
7+
[Unreleased]: https://github.com/gg-scm/gg/compare/v1.3.0...HEAD
88

9-
## [Unreleased][]
9+
## [1.3.0][] - 2022-03-03
10+
11+
Version 1.3 improves the behavior of the `pull` command
12+
on repositories with lots of branches.
13+
14+
[1.3.0]: https://github.com/gg-scm/gg/releases/tag/v1.3.0
1015

1116
### Added
1217

@@ -15,7 +20,8 @@ The format is based on [Keep a Changelog][], and this project adheres to
1520
### Changed
1621

1722
- If multiple `--pattern` flags are given to `branch`,
18-
the union of the patterns will be used.
23+
the union of the patterns will be used
24+
instead of just the last one.
1925

2026
### Fixed
2127

misc/gg.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% gg(1) gg 1.2.1 | gg Manual
1+
% gg(1) gg 1.3.0 | gg Manual
22

33
# NAME
44

release/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This directory holds release automation scripts for gg.
77
1. Push last code commit up to CI
88
1. Prepare Nix PR
99
1. New CHANGELOG section
10-
1. Updated [misc/gg.1.md](../misc/gg.1.md) version number
11-
1. `git tag -a vX.Y.Z`
10+
1. Update [misc/gg.1.md](../misc/gg.1.md) version number
11+
1. `gg commit && git tag -a vX.Y.Z`
1212
1. Update Debian branches. Start with libraries, then this repository.
1313
- `gg update debian`
1414
- `gg merge vX.Y.Z`

0 commit comments

Comments
 (0)