From 6be025ebb57c0211a475d22ca06b7fa5ff4982fa Mon Sep 17 00:00:00 2001 From: Lyqst Date: Thu, 10 Mar 2022 10:06:18 -0300 Subject: [PATCH] Update to v2.0.1 --- CHANGELOG.md | 6 ++++++ plugin.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f475f2a..b918e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.1 +### Fixes: +* Fixed Font references stored across frames in bss and spc ([issue #9](https://github.com/Lyqst/cvly-modules/issues/9)) +### Other changes: +* Changed manual urls to point to v2 page and added missing manual url for vbrt + ## 2.0.0 ### Main: * Updated for Rack 2. diff --git a/plugin.json b/plugin.json index be680b4..fe88364 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "slug": "cvly", "name": "cvly", - "version": "2.0.0", + "version": "2.0.1", "license": "GPL-3.0-or-later", "brand": "cvly", "author": "Benja Appel",