Skip to content

Commit

Permalink
release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Feb 9, 2023
1 parent edbc120 commit 7889d3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
Changes
=======

Version v0.4.0 (release 2023-02-09)

- setup: add pylint and bandit
- feature: add parameter add-metadata-to-records
- refactor: add decorator without brackets
- refactor: remove two character long forms
- change: empty output not shown for list
- change: command list output_file required=False
- refactor:
- refactor: make count datamodel independent
- refactor: removed directory cli


Version v0.3.1 (release 2023-02-01)

- setup: move jq and tabulate to install require
Expand Down
2 changes: 1 addition & 1 deletion repository_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

from .ext import RepositoryCli

__version__ = "0.3.1"
__version__ = "0.4.0"

__all__ = ("__version__", "RepositoryCli")

0 comments on commit 7889d3d

Please sign in to comment.