From 0e1f3ab457e505756cd767bc17ff5bf3185c61b0 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 16 Jun 2024 13:41:20 +0000 Subject: [PATCH] 0.6.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- src/vr180_convert/__init__.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e51b480..384642e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.6.0 (2024-06-16) + +### Feature + +- Add automatch ([`1177d95`](https://github.com/34j/vr180-convert/commit/1177d956a65b8a56a3ac9dbef10ef546f2740ec0)) + +### Documentation + +- Add more extensions ([`5e35a34`](https://github.com/34j/vr180-convert/commit/5e35a34c8092918c861e5577dd45d7281408b683)) +- Add myst_enable_extensions (#61) ([`1873206`](https://github.com/34j/vr180-convert/commit/1873206dc6bfc1f09f54b25a17d1af318d2a2e80)) +- Add math docs (#60) ([`f255f70`](https://github.com/34j/vr180-convert/commit/f255f70cecfdce110bc1729587bfa3688cc8d551)) + ## v0.5.1 (2024-05-23) ### Fix diff --git a/docs/conf.py b/docs/conf.py index e1fc303..f8c3ef2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ project = "VR180 image converter" copyright = "2024, 34j" author = "34j" -release = "0.5.1" +release = "0.6.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index e48bd58..18cd631 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vr180-convert" -version = "0.5.1" +version = "0.6.0" description = "Simple VR180 image converter" authors = ["34j <34j.95a2p@simplelogin.com>"] license = "MIT" diff --git a/src/vr180_convert/__init__.py b/src/vr180_convert/__init__.py index 58db0c2..3687acc 100644 --- a/src/vr180_convert/__init__.py +++ b/src/vr180_convert/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.1" +__version__ = "0.6.0" from .remapper import apply, apply_lr, get_map from .transformer import ( DenormalizeTransformer,