Skip to content

Commit

Permalink
chore: release 2.6.0 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Jan 2, 2024
1 parent 9d0916f commit 36e8312
Show file tree
Hide file tree
Showing 3 changed files with 21 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.5.0
current_version = 2.6.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.5.0"
__version__ = "2.6.0"


from . import creds, endpoints, errors, models
Expand Down
19 changes: 19 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
*********
Changelog
*********
2.6.0 (2024-01-02)
------------------

- Add support for `listing revisions
<https://canonical-craft-store.readthedocs-hosted.com/en/latest/reference/
auto-generated/#craft_store.BaseClient.list_revisions>`_ for a name
- Add support for `listing resource revisions
<https://canonical-craft-store.readthedocs-hosted.com/en/latest/reference/
auto-generated/#craft_store.BaseClient.list_resource_revisions>`_
- Add support for `updating metadata for resource revisions
<https://canonical-craft-store.readthedocs-hosted.com/en/latest/reference/
auto-generated/#craft_store.BaseClient.update_resource_revisions>`_
- Add support for `uploading a resource
<https://canonical-craft-store.readthedocs-hosted.com/en/latest/reference/
auto-generated/#craft_store.BaseClient.push_resource>`_
- Document the `workflow for uploading and releasing a package
<https://canonical-craft-store.readthedocs-hosted.com/en/latest/howto/
upload-package-with-resources/>`_

2.5.0 (2023-11-23)
------------------

Expand Down

0 comments on commit 36e8312

Please sign in to comment.