From efe0492de413b61dcd40c3b68389b5db1e0bce83 Mon Sep 17 00:00:00 2001 From: Federico Jaureguialzo Date: Wed, 31 Dec 2025 18:06:38 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.0=20=E2=86=92=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 5 ++++- galaxy.yml | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 708af58..3b0ca70 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = False -current_version = 1.4.0 +current_version = 1.5.0 [bumpversion:file:pyproject.toml] search = version = "{current_version}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 10402d1..9b5155e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [1.5.0] - 2025-12-31 ### Added - MacOS Tools/Packages: * opencode. @@ -85,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First release. -[Unreleased]: https://github.com/fedejaure/dev-setup/compare/v1.4.0...develop +[Unreleased]: https://github.com/fedejaure/dev-setup/compare/v1.5.0...develop +[1.5.0]: https://github.com/fedejaure/dev-setup/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/fedejaure/dev-setup/compare/v1.3.1...v1.4.0 [1.3.1]: https://github.com/fedejaure/dev-setup/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/fedejaure/dev-setup/compare/v1.2.0...v1.3.0 diff --git a/galaxy.yml b/galaxy.yml index 48f56af..6f2bfeb 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: fedejaure name: dev_setup # The version of the collection. Must be compatible with semantic versioning -version: 1.4.0 +version: 1.5.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/pyproject.toml b/pyproject.toml index e7d8ce2..8e320e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dev-setup" -version = "1.4.0" +version = "1.5.0" description = "My own Ansible collection for development setup." authors = ["Federico Jaureguialzo "] readme = "README.md"