From 764c1a738d340da360f435897cdac6c706839833 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Jul 2026 12:10:42 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 11 +++++++++++ docs/conf.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.cz.toml b/.cz.toml index dccee03..d1098e1 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,4 +1,4 @@ [tool.commitizen] -version = "0.1.0" +version = "0.2.0" version_files = ["package.json:version", "docs/conf.py:release"] tag_format = "v${version}" diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a6988f9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +## v0.2.0 (2026-07-28) + +### Feat + +- **module.json**: delivers from packages.mondart.com + +## v0.1.0 (2025-07-14) + +### Feat + +- adding on board spirit journal diff --git a/docs/conf.py b/docs/conf.py index 7758db9..f47dca9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'A Module' copyright = 'Author Copyright' author = 'Author' -release = '0.1.0' +release = '0.2.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration