Skip to content

Commit abea47f

Browse files
committed
2.2.1
1 parent 8794dc8 commit abea47f

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 2.2.1
8+
9+
This will be the final release in this repository.
10+
Please see [#88](https://github.com/goto-bus-stop/setup-zig/issues/88) for an upgrade guide.
11+
Thanks for using setup-zig!
12+
13+
* Fix Apple Silicon. [#68](https://github.com/goto-bus-stop/setup-zig/pull/68)
14+
* Deprecate in favour of [mlugg/setup-zig](https://github.com/mlugg/setup-zig). [#89](https://github.com/goto-bus-stop/setup-zig/pull/89)
15+
16+
Thanks [@davidgm94](https://github.com/davidgm94) and [@mlugg](https://github.com/mlugg)!
17+
718
## 2.2.0
819
* Update the action to use Node.js 20. [#61](https://github.com/goto-bus-stop/setup-zig/pull/61)
920
* Add a test for zig 0.11.0. [#62](https://github.com/goto-bus-stop/setup-zig/pull/62)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "setup-zig",
33
"description": "Use the zig compiler in your Github Action",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"author": "Renée Kooi <renee@kooi.me>",
66
"bugs": {
77
"url": "https://github.com/goto-bus-stop/setup-zig/issues"

0 commit comments

Comments
 (0)