File tree 2 files changed +11
-1
lines changed 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
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
+
10
20
## 0.9.3 - 2024-07-16
11
21
12
22
- Allow publishing to draft plans in Azure
Original file line number Diff line number Diff line change 3
3
setup (
4
4
name = 'cloudpub' ,
5
5
description = 'Services for publishing products in cloud environments' ,
6
- version = '0.9.3 ' ,
6
+ version = '1.0.0 ' ,
7
7
keywords = 'stratosphere cloudpub cloudpublish' ,
8
8
author = 'Jonathan Gangi' ,
9
9
You can’t perform that action at this time.
0 commit comments