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