Skip to content

Commit 649c1fa

Browse files
author
semantic-release
committed
0.5.0
Automatically generated by python-semantic-release
1 parent 7a58f06 commit 649c1fa

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.5.0 (2024-05-23)
4+
5+
### Feature
6+
7+
- Support the format used in google photos which utilizes xmp metadata (#43) ([`7a58f06`](https://github.com/34j/vr180-convert/commit/7a58f06df3fd71bea6de204c028c54d9e0a795bd))
8+
39
## v0.4.1 (2024-05-22)
410

511
### Fix

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "VR180 image converter"
1616
copyright = "2024, 34j"
1717
author = "34j"
18-
release = "0.4.1"
18+
release = "0.5.0"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vr180-convert"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
description = "Simple VR180 image converter"
55
authors = ["34j <34j.95a2p@simplelogin.com>"]
66
license = "MIT"

src/vr180_convert/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.5.0"
22
from .remapper import apply, apply_lr, get_map
33
from .transformer import (
44
DenormalizeTransformer,

0 commit comments

Comments
 (0)