From 3844718139a5dbb7a4eb6de6cb14c5dc34334945 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sun, 25 Feb 2024 08:35:38 +0100 Subject: [PATCH] 0.7.3 --- version.ts | 2 +- website/CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/version.ts b/version.ts index 6a5d7df1..814c1fb0 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.7.2"; +export const version = "0.7.3"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 183eedf3..2489a4a8 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 yet since 0.7.2 +* Nothing yet since 0.7.3 --- -## 0.7.2 +## 0.7.3 * We had a big influx of people and contributions from the community, which is amazing. Here are the highlights: * Ability to “bake” templates and query results (with the new “bake” button or {[Page: Bake live blocks]}), that is: replace these blocks with their rendered results, and therefore freeze them in time, by [Marek S. Łukasiewicz](https://github.com/silverbulletmd/silverbullet/pull/719)