Skip to content

Commit

Permalink
bump: version 1.24.0 → 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrozer committed Oct 5, 2023
1 parent 94b44b3 commit 786f843
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.25.0 (2023-10-05)

### Feat

- **core**: bump syncthing to 1.25.0

## v1.24.0 (2023-09-24)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Bump the version using:

```shell
make release version=<VERSION>
# Commit...
# Commit & pull request...
poetry run cz bump --changelog <VERSION>
```

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docker-syncthing"
version = "1.24.0"
version = "1.25.0"
description = "Syncthing as a container using Docker"
authors = ["BESANCON Vincent <[email protected]>"]
license = "MIT"
Expand All @@ -18,7 +18,7 @@ build-backend = "poetry.core.masonry.api"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.24.0"
version = "1.25.0"
tag_format = "v$version"
version_files = [
"pyproject.toml:version"
Expand Down

0 comments on commit 786f843

Please sign in to comment.