From 38551574417fc6770d4b2f373b7987c2d3213906 Mon Sep 17 00:00:00 2001 From: zontreck Date: Fri, 4 Oct 2024 03:20:04 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.1=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- cz.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 268a01b..5df8d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,5 @@ -## Unreleased +## 0.1.0 (2024-10-04) + +### Feat + +- **settings.lsl**: begin implementation of settings module diff --git a/cz.json b/cz.json index 1c3841b..b1c310a 100644 --- a/cz.json +++ b/cz.json @@ -3,7 +3,7 @@ "name": "cz_conventional_commits", "tag_format": "$version", "version_scheme": "semver", - "version": "0.0.1", + "version": "0.1.0", "update_changelog_on_bump": true, "major_version_zero": true }