Skip to content

Commit 91b61f0

Browse files
chore(master): release 4.0.0
1 parent 1117842 commit 91b61f0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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-14)
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+
### Documentation
18+
19+
* correct some grammar ([#574](https://github.com/asdf-vm/actions/issues/574)) ([6278efe](https://github.com/asdf-vm/actions/commit/6278efebb38ae025cc91dd008910f549e775a8c8))
20+
* update GH Action versions in docs ([#573](https://github.com/asdf-vm/actions/issues/573)) ([212a976](https://github.com/asdf-vm/actions/commit/212a976c0b59e3c97158f181fccd006f3c4388e7))
21+
* 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))
22+
523
## [3.0.2](https://github.com/asdf-vm/actions/compare/v3.0.1...v3.0.2) (2023-10-12)
624

725

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)