Skip to content

Commit

Permalink
0.30.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 10, 2022
1 parent fbe6b3d commit 132e416
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.30.1 (2022-05-10)
### Fix
* Make dict reprs more robust against unexpected input ([`fbe6b3d`](https://github.com/kalekundert/byoc/commit/fbe6b3d7086bc7cc0015d902f2a8fc8551a625fe))

## v0.30.0 (2022-05-10)
### Feature
* Add list() and merge_dicts() pick functions ([`18bfc27`](https://github.com/kalekundert/byoc/commit/18bfc27f034ea38e601c028a7637a659b700e2d4))
Expand Down
2 changes: 1 addition & 1 deletion byoc/__init__.py
Expand Up @@ -4,7 +4,7 @@
An object-oriented framework for command-line apps.
"""

__version__ = '0.30.0'
__version__ = '0.30.1'

# Define the public API
_pre_import_keys = set()
Expand Down

0 comments on commit 132e416

Please sign in to comment.