Skip to content

Commit fefb89d

Browse files
committed
Adds changelog
1 parent de7cd90 commit fefb89d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [0.7.1] - 2024-02-04
6+
### Fixed
7+
- Fixed extra output when commenting on an inssue (@bougyman)
8+
59
## [0.7.0] - 2024-02-04
610
### Added
711
- Added better help when using the lc bin and aliases (@bougyman)
@@ -29,8 +33,9 @@
2933
### Added
3034
- Added new changelog management system (changelog-rb) (@bougyman)
3135

32-
[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.7.0...HEAD
33-
[0.7.0]: https://github.com/rubyists/linear-cli/compare/v0.6.1...0.7.0
36+
[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.7.1...HEAD
37+
[0.7.1]: https://github.com/rubyists/linear-cli/compare/v0.7.0...0.7.1
38+
[0.7.0]: https://github.com/rubyists/linear-cli/compare/v0.6.1...v0.7.0
3439
[0.6.1]: https://github.com/rubyists/linear-cli/compare/v0.6.0...v0.6.1
3540
[0.6.0]: https://github.com/rubyists/linear-cli/compare/v0.5.5...v0.6.0
3641
[0.5.5]: https://github.com/rubyists/linear-cli/compare/v0.5.4...v0.5.5
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type: Fixed
2+
title: >
3+
Fixed extra output when commenting on an inssue
4+
author: bougyman

changelog/0.7.1/tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
date: 2024-02-04

0 commit comments

Comments
 (0)