From bd36a44410dd8365649e425ccade817178628e12 Mon Sep 17 00:00:00 2001 From: Peter Munch-Ellingsen Date: Fri, 9 Dec 2022 14:41:25 +0100 Subject: [PATCH] Update version number Changelog: - Support for inheritance - Support for objects in case statements --- with.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with.nimble b/with.nimble index 6b994aa..ab758f3 100644 --- a/with.nimble +++ b/with.nimble @@ -1,4 +1,4 @@ -version = "0.4.0" +version = "0.5.0" author = "zevv" description = "Simple 'with' macro for Nim" license = "MIT"