Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 4c79b88

Browse files
chore: release 0.16.0
1 parent fc67e9d commit 4c79b88

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.15.0"
2+
".": "0.16.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.16.0](https://github.com/fabrictest/action-setup-lix/compare/v0.15.0...v0.16.0) (2025-03-18)
4+
5+
6+
### Features
7+
8+
* Changes ([9e00ab8](https://github.com/fabrictest/action-setup-lix/commit/9e00ab865409dff01dff5266502ec72e5f83a2e4))
9+
310
## [0.15.0](https://github.com/fabrictest/action-setup-lix/compare/v0.14.0...v0.15.0) (2025-03-01)
411

512
### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ List all available Lix versions with:
135135
<!-- x-release-please-start-version -->
136136
137137
```
138-
nix flake show --all-systems github:fabrictest/action-setup-lix/v0.15.0
138+
nix flake show --all-systems github:fabrictest/action-setup-lix/v0.16.0
139139
```
140140
141141
<!-- x-release-please-end -->
@@ -190,13 +190,13 @@ specify a specific release of `action-setup-lix` like this:
190190
191191
<!-- x-release-please-start-version -->
192192
193-
<!-- `$ echo "nix build github:fabrictest/action-setup-lix/v0.15.0#lix-$lix_version"` -->
193+
<!-- `$ echo "nix build github:fabrictest/action-setup-lix/v0.16.0#lix-$lix_version"` -->
194194
195195
```
196-
nix build github:fabrictest/action-setup-lix/v0.15.0#lix-2_91_1
196+
nix build github:fabrictest/action-setup-lix/v0.16.0#lix-2_91_1
197197
```
198198
199-
Note that we've added `/v0.15.0` to the flake URL above.
199+
Note that we've added `/v0.16.0` to the flake URL above.
200200
201201
<!-- x-release-please-end -->
202202

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.0
1+
0.16.0

0 commit comments

Comments
 (0)