Skip to content

Commit

Permalink
bump: version 1.27.6 → 1.27.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrozer committed Jul 4, 2024
1 parent 67c3f0c commit 2ffa13d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.27.9 (2024-07-04)

### Feat

- **core**: bump syncthing to 1.27.9

## v1.27.6 (2024-04-11)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "docker-syncthing"
version = "1.27.6"
version = "1.27.9"
description = "Syncthing as a container using Docker"
authors = [
{ name = "BESANCON Vincent", email = "[email protected]" }
Expand Down Expand Up @@ -29,7 +29,7 @@ packages = ["src/docker_syncthing"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.27.6"
version = "1.27.9"
tag_format = "v$version"
version_files = [
"pyproject.toml:version"
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false

-e file:.
argcomplete==3.2.3
Expand Down
1 change: 1 addition & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false

-e file:.
argcomplete==3.2.3
Expand Down

0 comments on commit 2ffa13d

Please sign in to comment.