Skip to content

Commit 71d1934

Browse files
authored
Merge pull request #16 from release-engineering/release
Release v1.0.0
2 parents 83e552a + 0852961 commit 71d1934

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 1.0.0 - 2024-07-30
11+
12+
- Azure: Add publishing collision detection
13+
- Remove some stage_preview code leftovers
14+
- Remove wrong model class from Docs
15+
- Azure: Wait to publish during publish collision
16+
- Azure Refactor: Make some methos public in utils
17+
- Azure: Retry on publish_preview
18+
- Azure: Retry on publish_live
19+
1020
## 0.9.3 - 2024-07-16
1121

1222
- Allow publishing to draft plans in Azure

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='cloudpub',
55
description='Services for publishing products in cloud environments',
6-
version='0.9.3',
6+
version='1.0.0',
77
keywords='stratosphere cloudpub cloudpublish',
88
author='Jonathan Gangi',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)