Skip to content

Commit 490ab8a

Browse files
authored
Merge pull request #47 from Zambito1/release/v0.7.0
Bump version to `v0.7.0`
2 parents 8d9187b + 3e270bb commit 490ab8a

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Inspired by [clap-rs](https://github.com/clap-rs/clap) and [andrewrk/ziglang: sr
1616
| yazap | Zig |
1717
| ----------------------------------------------------------------- | ---------------------------------------- |
1818
| main | [master](https://github.com/ziglang/zig) |
19+
| [`0.7.0`](https://github.com/prajwalch/yazap/releases/tag/v0.7.0) | `0.15.2` |
1920
| [`0.6.3`](https://github.com/prajwalch/yazap/releases/tag/v0.6.3) | `0.14.0` |
2021
| [`0.5.1`](https://github.com/prajwalch/yazap/releases/tag/v0.5.1) | `0.12.0`, `0.12.1` and `0.13.0` |
2122
| <= `0.5.0` | Not supported to any |

build.zig.zon

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
.{
2-
.name = .yazap,
3-
.version = "0.6.3",
4-
.fingerprint = 0xc4ff2399127e5b67,
5-
.paths = .{
6-
"build.zig",
7-
"build.zig.zon",
8-
"src",
9-
"LICENSE",
10-
"README.md",
11-
},
12-
}
1+
.{
2+
.name = .yazap,
3+
.version = "0.7.0",
4+
.fingerprint = 0xc4ff2399127e5b67,
5+
.paths = .{
6+
"build.zig",
7+
"build.zig.zon",
8+
"src",
9+
"LICENSE",
10+
"README.md",
11+
},
12+
}

0 commit comments

Comments
 (0)