Skip to content

Commit 7b4d38e

Browse files
committed
Release 3.10.0
1 parent 0fe4fd5 commit 7b4d38e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Building with Zig `0.15` will be possible once this issue is resolved:
1010

1111
| Refname | Catch2 version | Zig `0.15.x` | Zig `0.14.x` | Zig `0.13.x` | Zig `0.12.x` |
1212
|:----------|:---------------|:------------:|:------------:|:------------:|:------------:|
13+
| `3.10.0` | `v3.10.0` |||||
1314
| `3.9.1` | `v3.9.1` |||||
1415
| `3.9.0` | `v3.9.0` |||||
1516
| `3.8.1` | `v3.8.1` |||||

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const std = @import("std");
22

3-
const version = .{ .major = 3, .minor = 8, .patch = 1 };
3+
const version = .{ .major = 3, .minor = 10, .patch = 0 };
44

55
pub fn build(b: *std.Build) !void {
66
const target = b.standardTargetOptions(.{});

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.9.1",
3+
.version = "3.10.0",
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.1#644821ce28cb25d7992a4d0375b1d83214392592",
9-
.hash = "N-V-__8AAJpKgwCxhWwaxDlhswH7PVSnt8YrSYy-Ar1Lorel",
8+
.url = "git+https://github.com/catchorg/Catch2?ref=v3.10.0#25319fd3047c6bdcf3c0170e76fa526c77f99ca9",
9+
.hash = "N-V-__8AAK6JgwCSlz0Qb_HwbSQ1cmS1vtPUTtI4GrnA0NBk",
1010
},
1111
},
1212
.paths = .{

0 commit comments

Comments
 (0)