Skip to content

Commit 5f88782

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](1.1.2...2.0.0) (2023-05-02) ### ⚠ BREAKING CHANGES * Add interactive TUI (#2) ### Features * Add interactive TUI ([#2](#2)) ([07466b3](07466b3))
1 parent 07466b3 commit 5f88782

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.0.0](https://github.com/trustedshops-public/python-ansible-vault-rotate/compare/1.1.2...2.0.0) (2023-05-02)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Add interactive TUI (#2)
7+
8+
### Features
9+
10+
* Add interactive TUI ([#2](https://github.com/trustedshops-public/python-ansible-vault-rotate/issues/2)) ([07466b3](https://github.com/trustedshops-public/python-ansible-vault-rotate/commit/07466b3dd2a5317fdfa8e05a3613e84deb44b5c7))
11+
112
## [1.1.2](https://github.com/trustedshops-public/python-ansible-vault-rotate/compare/1.1.1...1.1.2) (2023-03-23)
213

314

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 = "ansible-vault-rotate"
3-
version = "1.1.2"
3+
version = "2.0.0"
44
description = "Advanced Python CLI to rotate the secret used for ansible vault inline secrets and files in a project"
55
authors = [
66
"Timo Reymann <Timo.Reymann@trustedshops.de>"

0 commit comments

Comments
 (0)