From f2a251e829910444168127f09722a76dce8260c3 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 26 Sep 2020 19:12:10 -0400 Subject: [PATCH] version bump --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- VERSION | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d8e2fc..311698b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.1 + +### FIXED + +- [#9] Fixes from @boringcactus for gemtext rendering + ## 0.6.0 ### ADDED diff --git a/Cargo.toml b/Cargo.toml index ad93477..16b4538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maj" -version = "0.6.0" +version = "0.6.1" authors = ["Christine Dodrill "] edition = "2018" license = "0BSD" diff --git a/VERSION b/VERSION index a918a2a..ee6cdce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1