From bd448d52b4d7efe5fa787f4df78d805f60e36ed8 Mon Sep 17 00:00:00 2001 From: Tobias Burgherr Date: Wed, 22 Oct 2025 22:00:37 +0200 Subject: [PATCH] Release 0.0.5 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/immichporter/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c2002d7..6336cd5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.4 +current_version = 0.0.5 commit = False tag = False allow_dirty = True diff --git a/CHANGELOG.md b/CHANGELOG.md index 2196894..939a837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.5] - 2025-10-22 + +#### 📝 Documentation +- Improve instructions in documentation ([#26](https://github.com/burgdev/immichporter/pull/26)) + +[0.0.5]: https://github.com/burgdev/immichporter/compare/v0.0.4..v0.0.5 + ## [0.0.4] - 2025-10-22 #### 🚀 Features diff --git a/pyproject.toml b/pyproject.toml index 7d83d99..d1a549a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "immichporter" -version = "0.0.4" +version = "0.0.5" description = "Import photos from various sources to Immich" readme = "README.md" requires-python = ">=3.11" diff --git a/src/immichporter/__init__.py b/src/immichporter/__init__.py index 8147368..1dcadd7 100644 --- a/src/immichporter/__init__.py +++ b/src/immichporter/__init__.py @@ -1,3 +1,3 @@ """Immichporter - Import photos from various sources to Immich.""" -__version__ = "0.0.4" +__version__ = "0.0.5"