From 70d8a36e88642e071b051ec0345bd503592d8a0b Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Thu, 11 Jul 2024 21:12:14 +0200 Subject: [PATCH] 0.8.1 --- version.ts | 2 +- website/CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/version.ts b/version.ts index 93327160..742c0f05 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.8.0"; +export const version = "0.8.1"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 2e3341bf..066a7ff9 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -6,11 +6,11 @@ release. ## Edge _These features are not yet properly released, you need to use [the edge builds](https://community.silverbullet.md/t/living-on-the-edge-builds/27) to try them._ -* Nothing new since 0.8.0 yet! +* Nothing new since 0.8.1 yet! --- -## 0.8.0 +## 0.8.1 * The old **Template Picker** has now been rebranded to [[Meta Picker]] and surfaces pages in your space tagged as `#template` or `#meta`. Read more about this in [[Meta Pages]]. * [[Transclusions]] has now been implemented, allowing inline embedding of other pages as well as images (by onespaceman) using the convenient `![[link]]` syntax. * [[Libraries]] management has been rethought. You can now decoratively specify them in [[SETTINGS]] and keep them up to date with the {[Libraries: Update]} command.