Skip to content

Commit 209deca

Browse files
committed
Release 3.8.1
1 parent b22736b commit 209deca

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ jobs:
2222

2323
runs-on: ${{ matrix.os }}
2424
steps:
25-
- name: Checkout
26-
uses: actions/checkout@v4
25+
- uses: actions/checkout@v4
2726

28-
- name: Setup Zig
29-
uses: mlugg/setup-zig@v1
27+
- uses: mlugg/setup-zig@v2
3028
with:
3129
version: ${{ matrix.zig-version }}
3230

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ Provides a package to be used by the zig package manager for C++ programs.
44

55
## Status
66

7-
| Refname | Catch2 version | Zig `0.12.x` | Zig `0.13.x` | Zig `0.14.x` | Zig `0.15.0-dev` |
8-
|:----------|:---------------|:------------:|:------------:|:------------:|:----------------:|
9-
| `3.8.0+1` | `v3.8.0` |||||
10-
| `3.8.0` | `v3.8.0` |||||
11-
| `3.7.1+1` | `v3.7.1` |||||
7+
| Refname | Catch2 version | Zig `0.15.x` | Zig `0.14.x` | Zig `0.13.x` | Zig `0.12.x` |
8+
|:----------|:---------------|:------------:|:------------:|:------------:|:------------:|
9+
| `3.8.1` | `v3.8.1` |||||
10+
| `3.8.0+1` | `v3.8.0` |||||
11+
| `3.8.0` | `v3.8.0` |||||
12+
| `3.7.1+1` | `v3.7.1` |||||
1213

1314
## Use
1415

1516
Add the dependency in your `build.zig.zon` by running the following command:
1617
```bash
17-
zig fetch --save git+https://github.com/allyourcodebase/catch2#3.8.0+1
18+
zig fetch --save git+https://github.com/allyourcodebase/catch2#3.8.1
1819
```
1920

2021
Then, in your `build.zig`:

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
.minimum_zig_version = "0.14.0",
66
.dependencies = .{
77
.upstream = .{
8-
.url = "git+https://github.com/catchorg/Catch2?ref=v3.8.0#914aeecfe23b1e16af6ea675a4fb5dbd5a5b8d0a",
9-
.hash = "1220cabb0cff2e2cf376567f9c5e32d97488f6b1dd0e0ab1379c882cc9233f30dcd1",
8+
.url = "git+https://github.com/catchorg/Catch2?ref=v3.8.1#2b60af89e23d28eefc081bc930831ee9d45ea58b",
9+
.hash = "N-V-__8AAO3mgQBaDEOVI1ObbA0x1JuYLIjm8Drv1qESd6Ac",
1010
},
1111
},
1212
.paths = .{

0 commit comments

Comments
 (0)