Skip to content

Commit e90f441

Browse files
committed
Adds changelog
1 parent 4d22549 commit e90f441

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.0] - 2024-02-04
6+
### Added
7+
- Added better help when using the lc bin and aliases (@bougyman)
8+
59
## [0.6.1] - 2024-02-04
610
### Added
711
- Added lcreate alias (@bougyman)
@@ -25,8 +29,9 @@
2529
### Added
2630
- Added new changelog management system (changelog-rb) (@bougyman)
2731

28-
[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.6.1...HEAD
29-
[0.6.1]: https://github.com/rubyists/linear-cli/compare/v0.6.0...0.6.1
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
34+
[0.6.1]: https://github.com/rubyists/linear-cli/compare/v0.6.0...v0.6.1
3035
[0.6.0]: https://github.com/rubyists/linear-cli/compare/v0.5.5...v0.6.0
3136
[0.5.5]: https://github.com/rubyists/linear-cli/compare/v0.5.4...v0.5.5
3237
[0.5.4]: https://github.com/rubyists/linear-cli/compare/v0.5.3...v0.5.4
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type: Added
2+
title: >
3+
Added better help when using the lc bin and aliases
4+
author: bougyman

changelog/0.7.0/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)