Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fedejaure committed Oct 4, 2024
1 parent cd25ba2 commit e6f7374
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
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.2.0
current_version = 1.3.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.3.0] - 2024-10-04
### Added
- Docs site.

Expand Down Expand Up @@ -63,7 +65,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.2.0...develop
[Unreleased]: https://github.com/fedejaure/dev-setup/compare/v1.3.0...develop
[1.3.0]: https://github.com/fedejaure/dev-setup/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/fedejaure/dev-setup/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/fedejaure/dev-setup/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/fedejaure/dev-setup/compare/releases/tag/v1.0.0
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.2.0
version: 1.3.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.2.0"
version = "1.3.0"
description = "My own Ansible collection for development setup."
authors = ["Federico Jaureguialzo <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit e6f7374

Please sign in to comment.