Skip to content

Commit f5190fc

Browse files
committed
feat:improve behavior
1 parent 5fbba84 commit f5190fc

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.1.0
2+
3+
### 🚀 Features
4+
5+
- Compare only major versions of the actions by default.
6+
17
## v1.0.1
28

39
### 🚀 Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ github-actions-cli = "gha_cli.cli:cli"
77

88
[tool.poetry]
99
name = "github-actions-cli"
10-
version = "1.0.1"
10+
version = "1.1.0"
1111
description = "GitHub Actions CLI - allows updating workflows, etc."
1212
readme = "README.md"
1313
keywords = ["GitHub Actions", "CLI"]

0 commit comments

Comments
 (0)