Skip to content

Commit

Permalink
release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Sep 12, 2023
1 parent a323f49 commit 276a9b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@
Changes
=======

Version v0.10.0 (release 2023-09-12)

- add way to generate commands that update JSON
- refactor: delete-draft
- test: improve run-tests.sh
- setup: use pytest-black-ng instead of pytest-black
- fix: logic error
- fix: can't return draft without existing record
- fix: cli delete-draft


Version v0.9.0 (release 2023-07-31)

- records: add data_model parameter
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.9.0"
__version__ = "0.10.0"

__all__ = ("__version__", "RepositoryCli")

0 comments on commit 276a9b6

Please sign in to comment.