Skip to content

Commit

Permalink
release: 2.2.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiusens committed Aug 12, 2022
1 parent 5b61b94 commit bf82766
Show file tree
Hide file tree
Showing 3 changed files with 18 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.1.1
current_version = 2.2.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.1.1"
__version__ = "2.2.0"


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

2.2.0 (2022-08-11)
------------------

- Refactor common code in `endpoints`
- Export new symbols in craft_store.models:

- :class:`craft_store.models.CharmChannelMapModel`
- :class:`craft_store.models.MarshableModel`
- :class:`craft_store.models.ReleaseRequestModel`
- :class:`craft_store.models.RevisionsRequestModel`
- :class:`craft_store.models.RevisionsResponseModel`
- :class:`craft_store.models.SnapChannelMapModel`

- Catch the correct :class:`JSONDecodeError`


2.1.1 (2022-04-26)
------------------

Expand Down

0 comments on commit bf82766

Please sign in to comment.