Skip to content

Commit

Permalink
feat:improve behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jan 28, 2024
1 parent 5fbba84 commit f5190fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.1.0

### 🚀 Features

- Compare only major versions of the actions by default.

## v1.0.1

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ github-actions-cli = "gha_cli.cli:cli"

[tool.poetry]
name = "github-actions-cli"
version = "1.0.1"
version = "1.1.0"
description = "GitHub Actions CLI - allows updating workflows, etc."
readme = "README.md"
keywords = ["GitHub Actions", "CLI"]
Expand Down

0 comments on commit f5190fc

Please sign in to comment.