Skip to content

Commit

Permalink
Adds changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bougyman committed Feb 5, 2024
1 parent 4d22549 commit e90f441
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.7.0] - 2024-02-04
### Added
- Added better help when using the lc bin and aliases (@bougyman)

## [0.6.1] - 2024-02-04
### Added
- Added lcreate alias (@bougyman)
Expand All @@ -25,8 +29,9 @@
### Added
- Added new changelog management system (changelog-rb) (@bougyman)

[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.6.1...HEAD
[0.6.1]: https://github.com/rubyists/linear-cli/compare/v0.6.0...0.6.1
[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.7.0...HEAD
[0.7.0]: https://github.com/rubyists/linear-cli/compare/v0.6.1...0.7.0
[0.6.1]: https://github.com/rubyists/linear-cli/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/rubyists/linear-cli/compare/v0.5.5...v0.6.0
[0.5.5]: https://github.com/rubyists/linear-cli/compare/v0.5.4...v0.5.5
[0.5.4]: https://github.com/rubyists/linear-cli/compare/v0.5.3...v0.5.4
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type: Added
title: >
Added better help when using the lc bin and aliases
author: bougyman
1 change: 1 addition & 0 deletions changelog/0.7.0/tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
date: 2024-02-04

0 comments on commit e90f441

Please sign in to comment.