From 964c9bf3210bb031000242be6e5c07fbd40e4364 Mon Sep 17 00:00:00 2001 From: Madeorsk Date: Wed, 27 Nov 2024 19:51:55 +0100 Subject: [PATCH] Update version to 0.3.0. --- README.md | 4 ++-- build.zig.zon | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 355e69b..ae2d4fb 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ _ZRM_ provides a simple interface to relational databases in Zig. Define your re ## Versions -ZRM 0.2.0 is made and tested with zig 0.13.0. +ZRM 0.3.0 is made and tested with zig 0.13.0. ## Work in progress @@ -41,7 +41,7 @@ ZRM aims to handle a lot for you, but it takes time to make. Have a look to [the In your project directory: ```shell -$ zig fetch --save https://code.zeptotech.net/zedd/zrm/archive/v0.2.0.tar.gz +$ zig fetch --save https://code.zeptotech.net/zedd/zrm/archive/v0.3.0.tar.gz ``` In `build.zig`: diff --git a/build.zig.zon b/build.zig.zon index 3ab358f..d2c91c0 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "zrm", - .version = "0.2.0", + .version = "0.3.0", .minimum_zig_version = "0.13.0",