Skip to content

Commit 0fe4fd5

Browse files
committed
Release 3.9.1
1 parent d7a4f50 commit 0fe4fd5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ Provides a package to be used by the zig package manager for C++ programs.
44

55
## Status
66

7-
Building with Zig `0.15` will be possible once this issue is resolved: [Build fails on clang 20](https://github.com/catchorg/Catch2/issues/2991)
7+
Building with Zig `0.15` will be possible once this issue is resolved:
8+
- [Build fails on clang 20](https://github.com/catchorg/Catch2/issues/2991)
9+
- [Clang 20 regression](https://github.com/llvm/llvm-project/issues/140519)
810

911
| Refname | Catch2 version | Zig `0.15.x` | Zig `0.14.x` | Zig `0.13.x` | Zig `0.12.x` |
1012
|:----------|:---------------|:------------:|:------------:|:------------:|:------------:|
13+
| `3.9.1` | `v3.9.1` |||||
1114
| `3.9.0` | `v3.9.0` |||||
1215
| `3.8.1` | `v3.8.1` |||||
1316
| `3.8.0+1` | `v3.8.0` |||||

build.zig.zon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.{
22
.name = .catch2,
3-
.version = "3.8.1",
3+
.version = "3.9.1",
44
.fingerprint = 0x50cf7037cefab352,
55
.minimum_zig_version = "0.14.0",
66
.dependencies = .{
77
.upstream = .{
8-
.url = "git+https://github.com/catchorg/Catch2?ref=v3.9.0#fee81626d2a4811095c3a39d20fb355eeb954101",
9-
.hash = "N-V-__8AABqDggBorjRZPI-2m5f6s7F0rf2kYstU45k1haYX",
8+
.url = "git+https://github.com/catchorg/Catch2?ref=v3.9.1#644821ce28cb25d7992a4d0375b1d83214392592",
9+
.hash = "N-V-__8AAJpKgwCxhWwaxDlhswH7PVSnt8YrSYy-Ar1Lorel",
1010
},
1111
},
1212
.paths = .{

0 commit comments

Comments
 (0)