Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
Changes:

- 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
  • Loading branch information
JAVGan committed Sep 13, 2024
1 parent 02b4a05 commit 2a439f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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='[email protected]',
Expand Down

0 comments on commit 2a439f7

Please sign in to comment.