diff --git a/.cz.toml b/.cz.toml index d1098e1..28de649 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,4 +1,4 @@ [tool.commitizen] -version = "0.2.0" +version = "0.3.0" version_files = ["package.json:version", "docs/conf.py:release"] tag_format = "v${version}" diff --git a/CHANGELOG.md b/CHANGELOG.md index a6988f9..735db6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.3.0 (2026-07-29) + +### Feat + +- added scenes and updated to use v14 + ## v0.2.0 (2026-07-28) ### Feat diff --git a/docs/conf.py b/docs/conf.py index f47dca9..b18941b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'A Module' copyright = 'Author Copyright' author = 'Author' -release = '0.2.0' +release = '0.3.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration