🔖 Release 1.1.0

This commit is contained in:
Renato Alves
2023-07-26 22:46:52 +02:00
parent c4ffc7f1e3
commit 0931c0484d
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
#### Changelog
##### 1.0.0+git
##### 1.1.0+git
-
##### 1.1.0
- Include `pyproject.toml` to facilitate usage via `pipx`
- Allow overriding default encoding
- Add `--pass-always-with-login` to always include /login as part of pass's password path

View File

@@ -74,7 +74,7 @@ def get_version() -> str:
return p.stdout.strip()
__version_info__ = (1, 0, 0, "+git")
__version_info__ = (1, 1, 0)
__version__: str = get_version()