Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeraskin committed Apr 9, 2024
1 parent 24bb36f commit 6b80b9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.1 (2024-04-09)

- update readme
- add licence
- add more meta info

## 0.2.0 (2024-04-08)

### Feat
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dump-psql-roles-grants"
version = "0.2.0"
version = "0.2.1"
description = "Dump Postgres Roles and Grants"
authors = ["Roman Geraskin <[email protected]>"]
readme = "README.md"
Expand All @@ -21,7 +21,6 @@ PyYAML = "^6.0.1"
[tool.poetry.scripts]
dump_psql_roles_grants = "dump_psql_roles_grants.cli:cli"


[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
Expand Down

0 comments on commit 6b80b9c

Please sign in to comment.