Skip to content

Commit

Permalink
chore: release 2.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
  • Loading branch information
sergiusens committed Nov 23, 2023
1 parent 63a8c39 commit 6979900
Show file tree
Hide file tree
Showing 3 changed files with 10 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.4.0
current_version = 2.5.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.4.0"
__version__ = "2.5.0"


from . import creds, endpoints, errors, models
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
*********
Changelog
*********
2.5.0 (2023-11-23)
------------------

- Add a fallback mechanism for when the system keyring fails, such as
the Secret Service keyring (gnome-keyring). The fallback is to write
to a file based backend, provided by
:class:`craft_store.auth.FileKeyring`
- Removed setup.cfg, fully using pyproject.toml

2.4.0 (2023-04-13)
------------------
Expand Down

0 comments on commit 6979900

Please sign in to comment.