Skip to content

Commit 3a555d6

Browse files
committed
Bump version: 0.1.0 → 1.0.0
1 parent 55904f9 commit 3a555d6

4 files changed

Lines changed: 7 additions & 12 deletions

File tree

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = False
4-
current_version = 0.1.0
4+
current_version = 1.0.0
55

66
[bumpversion:file:pyproject.toml]
77
search = version = "{current_version}"
@@ -10,7 +10,7 @@ replace = version = "{new_version}"
1010
[bumpversion:file(title):CHANGELOG.md]
1111
search = {#}{#} [Unreleased]
1212
replace = {#}{#} [Unreleased]
13-
13+
1414
{#}{#} [{new_version}] - {now:%Y-%m-%d}
1515

1616
[bumpversion:file:galaxy.yml]

CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77

88
## [Unreleased]
9-
### Fixed
10-
- use FQCN for builtin action.
119

12-
### Removed
13-
- molecule list step.
14-
15-
## [0.1.0] - 2022-02-11
10+
## [1.0.0] - 2023-02-05
1611
### Added
1712
- First release.
1813

19-
[Unreleased]: https://github.com/fedejaure/dev-setup/compare/v0.1.0...HEAD
20-
[0.1.0]: https://github.com/fedejaure/dev-setup/compare/releases/tag/v0.1.0
14+
[Unreleased]: https://github.com/fedejaure/dev-setup/compare/v1.0.0...HEAD
15+
[1.0.0]: https://github.com/fedejaure/dev-setup/compare/releases/tag/v1.0.0

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: fedejaure
88
name: dev_setup
99

1010
# The version of the collection. Must be compatible with semantic versioning
11-
version: 0.1.0
11+
version: 1.0.0
1212

1313
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414
readme: README.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dev-setup"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "My own Ansible collection for development setup."
55
authors = ["Federico Jaureguialzo <fedejaure@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)