From 1c6f56af6fea0366cab312a6ff869a7f2eb693b7 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 30 May 2023 14:55:31 +0000 Subject: [PATCH] Update to v0.2.0 Changes `Decode` interface to not have an implicit global codec registry --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 5e94b0f..1437d5b 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.1.1" + "version": "v0.2.0" }