We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbba84 commit f5190fcCopy full SHA for f5190fc
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v1.1.0
2
+
3
+### 🚀 Features
4
5
+- Compare only major versions of the actions by default.
6
7
## v1.0.1
8
9
### 🚀 Features
pyproject.toml
@@ -7,7 +7,7 @@ github-actions-cli = "gha_cli.cli:cli"
[tool.poetry]
name = "github-actions-cli"
10
-version = "1.0.1"
+version = "1.1.0"
11
description = "GitHub Actions CLI - allows updating workflows, etc."
12
readme = "README.md"
13
keywords = ["GitHub Actions", "CLI"]
0 commit comments