Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <fedejaure@gmail.com>"]
readme = "README.md"
Expand Down