Skip to content

Commit 0f97f39

Browse files
committed
chore: bump version to 0.5.0
1 parent 938c6af commit 0f97f39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are multiple options on how to encode struct fields, in order to generate
1313
1) Add msgpack.zig as a dependency in your `build.zig.zon`:
1414

1515
```bash
16-
zig fetch --save "git+https://github.com/lalinsky/msgpack.zig?ref=v0.4.0"
16+
zig fetch --save "git+https://github.com/lalinsky/msgpack.zig?ref=v0.5.0"
1717
```
1818

1919
2) In your `build.zig`, add the `msgpack` module as a dependency you your program:

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .msgpack,
3-
.version = "0.4.0",
3+
.version = "0.5.0",
44
.minimum_zig_version = "0.15.1",
55
.dependencies = .{},
66
.fingerprint = 0x6733a7563cbdeb64,

0 commit comments

Comments
 (0)