Skip to content

Commit

Permalink
Bump version: 1.10.0 → 1.11.0 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-cal authored Apr 19, 2023
1 parent b1db2b7 commit 942c3c3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 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 = 1.10.0
current_version = 1.11.0
commit = True
tag = True

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

"""Craft Providers base package."""

__version__ = "1.10.0"
__version__ = "1.11.0"

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

1.11.0 (2023-04-19)
-------------------
- Move Snap pydantic model from `bases.buildd` to `actions.snap_installer`
- Rename `bases.buildd` module to `bases.ubuntu`
- Determine base alias from base configuration in `provider.launched_environment()`
- Add new functions `get_base_alias()` and `get_base_from_alias()`
- Add CentOS 7 base
- Add default for `launched_environment()` parameter `allow_unstable=False`
- Trim suffixes from snap names when installing snaps.

1.10.0 (2023-03-31)
-------------------
- Add support for kinetic, lunar, and devel images with Multipass
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
author = "Canonical Ltd."

# The full version, including alpha/beta/rc tags
release = "1.10.0"
release = "1.11.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

setup(
name="craft-providers",
version="1.10.0",
version="1.11.0",
description="Craft provider tooling",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 942c3c3

Please sign in to comment.