From b839ea5bf0b80991ac1a933da8d77a636880c43e Mon Sep 17 00:00:00 2001 From: BESANCON Vincent Date: Fri, 24 Nov 2023 18:01:28 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.25.0=20=E2=86=92=201.26.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e32e1f..bb877d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## v1.26.1 (2023-11-24) + +### Feat + +- **core**: bump syncthing to 1.26.1 + ## v1.25.0 (2023-10-05) ### Feat diff --git a/pyproject.toml b/pyproject.toml index dfc7539..0f270d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docker-syncthing" -version = "1.25.0" +version = "1.26.1" description = "Syncthing as a container using Docker" authors = ["BESANCON Vincent "] license = "MIT" @@ -18,7 +18,7 @@ build-backend = "poetry.core.masonry.api" [tool.commitizen] name = "cz_conventional_commits" -version = "1.25.0" +version = "1.26.1" tag_format = "v$version" version_files = [ "pyproject.toml:version"