Skip to content

Commit

Permalink
release: v2.4.0 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Apr 13, 2023
1 parent 311630e commit d168516
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.0
current_version = 2.4.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion craft_store/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

"""Interact with Canonical services such as Charmhub and the Snap Store."""

__version__ = "2.3.0"
__version__ = "2.4.0"


from . import creds, endpoints, errors, models
Expand Down
15 changes: 15 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog
*********

2.4.0 (2023-04-13)
------------------

- Add support for registering, unregistering, and listing names, with usage
examples in `integration tests
<https://github.com/canonical/craft-store/blob/main/tests/integration
/test_register_unregister.py>`_.

- :class:`craft_store.base_client.BaseClient.register_name`
- :class:`craft_store.base_client.BaseClient.unregister_name`
- :class:`craft_store.base_client.BaseClient.list_registered_names`
- Handle keyring unlocking errors

`Full Changelog <https://github.com/canonical/craft-store/compare/2.3.0...v2.4.0>`_

2.3.0 (2022-10-07)
------------------

Expand Down

0 comments on commit d168516

Please sign in to comment.