Skip to content

Commit 8bf4856

Browse files
chore(master): release 4.0.0
1 parent 9cd779f commit 8bf4856

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [4.0.0](https://github.com/asdf-vm/actions/compare/v3.0.2...v4.0.0) (2025-03-16)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* support asdf >= v0.16.0 ([#590](https://github.com/asdf-vm/actions/issues/590))
11+
12+
### Features
13+
14+
* support asdf >= v0.16.0 ([#590](https://github.com/asdf-vm/actions/issues/590)) ([1117842](https://github.com/asdf-vm/actions/commit/1117842ea70e2711a0072e3a71265cbfe2c830be))
15+
16+
17+
### Patches
18+
19+
* remove origin argument from git checkout command ([#591](https://github.com/asdf-vm/actions/issues/591)) ([179e953](https://github.com/asdf-vm/actions/commit/179e9530fcd91100e4621bf7e563e7daa8398c52))
20+
21+
22+
### Documentation
23+
24+
* correct some grammar ([#574](https://github.com/asdf-vm/actions/issues/574)) ([6278efe](https://github.com/asdf-vm/actions/commit/6278efebb38ae025cc91dd008910f549e775a8c8))
25+
* list all options for each Action ([#588](https://github.com/asdf-vm/actions/issues/588)) ([9cd779f](https://github.com/asdf-vm/actions/commit/9cd779f40fe38688dd19505ccbc4eaaf018b44e7))
26+
* update GH Action versions in docs ([#573](https://github.com/asdf-vm/actions/issues/573)) ([212a976](https://github.com/asdf-vm/actions/commit/212a976c0b59e3c97158f181fccd006f3c4388e7))
27+
* use full SHA refs as short are not supported ([#575](https://github.com/asdf-vm/actions/issues/575)) ([0460184](https://github.com/asdf-vm/actions/commit/0460184eb9fc6ee669a293c1e5f3c4fb5f52d55c))
28+
529
## [3.0.2](https://github.com/asdf-vm/actions/compare/v3.0.1...v3.0.2) (2023-10-12)
630

731

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asdf-vm/actions",
3-
"version": "3.0.2",
3+
"version": "4.0.0",
44
"description": "asdf github actions",
55
"repository": "https://github.com/asdf-vm/actions",
66
"author": "asdf Core Team (https://github.com/orgs/asdf-vm/people)",

0 commit comments

Comments
 (0)