Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 1.1.0 - 2024-09-13

- Add support for Python 3.12
- Adds ability to handle error messages that are URLs.
- Azure: Only publish when changes were made
- Azure: Support coreVirtualMachine publishing

## 1.0.1 - 2024-08-14

- Documentation: Fixes url from internal gitlab to github
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='cloudpub',
description='Services for publishing products in cloud environments',
version='1.0.1',
version='1.1.0',
keywords='stratosphere cloudpub cloudpublish',
author='Jonathan Gangi',
author_email='jgangi@redhat.com',
Expand Down