Skip to content

Commit

Permalink
Merge pull request #42 from canonical/release/2.0.0
Browse files Browse the repository at this point in the history
release: 2.0.0 (CRAFT-772)
  • Loading branch information
sergiusens committed Feb 7, 2022
2 parents 442d452 + 1b34846 commit cb6ccd9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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__ = "1.2.0"
__version__ = "2.0.0"


from . import endpoints, errors
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.0.0 (2022-02-07)
------------------

- New endpoint for uploads to storage,
:class:`craft_store.store_client.StoreClient` and
:class:`craft_store.ubuntu_one_store_client.UbuntuOneStoreClient` require a
new initialization new parameter
- Setting credentials while credentials are already set is no longer allowed
:class:`craft_store.errors.CredentialsAlreadyAvailable` is raised if
credentials already exist
- NotLoggedIn exception renamed to
:class:`craft_store.errors.CredentialsUnavailable`
- Early checks are now in place for keyring availability before a login attempt
takes place

1.2.0 (2021-12-09)
------------------

Expand Down

0 comments on commit cb6ccd9

Please sign in to comment.