From 59a61d3e7a8dd38aa3e081ff27bef550a703a226 Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Mon, 13 May 2024 22:20:36 +0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.9.0=20=E2=86=92=200.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index e2d1332..27d747e 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,5 +4,5 @@ commitizen: name: cz_conventional_commits tag_format: $version update_changelog_on_bump: true - version: 0.9.0 + version: 0.10.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 13fe4ae..96ea429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.10.0 (2024-05-13) + +### Feat + +- **deploy**: allow deploying on deta.space + ## 0.9.0 (2024-05-11) ### Feat