File tree Expand file tree Collapse file tree 6 files changed +10
-5
lines changed
Expand file tree Collapse file tree 6 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 docs :
125125 name : Build and publish docs
126126
127- if : startsWith (github.ref, 'tags/v2.') # Only for version 2.X.X
127+ if : contains (github.ref, 'tags/v2.') # Only for version 2.X.X
128128
129129 needs : deploy
130130
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ Unreleased]
88
99
10+ ## [ 2.0.2] - 2025-10-20
11+ ### Fixed
12+ - CI docs build & deploy condition
13+
14+
1015## [ 2.0.1] - 2025-10-15
1116### Fixed
1217- Logging duplication on CloudWatch side
Original file line number Diff line number Diff line change 77 start_path : docs
88 branches : []
99# branches: HEAD # Use this for local development
10- tags : [v2.0.1 ]
10+ tags : [v2.0.2 ]
1111asciidoc :
1212 attributes :
1313 page-toclevels : 5
Original file line number Diff line number Diff line change 11name : corva-sdk
2- version : 2.0.1
2+ version : 2.0.2
33nav : [modules/ROOT/nav.adoc]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " corva-sdk"
77description = " SDK for building Corva DevCenter Python apps."
88readme = " README.md"
9- version = " 2.0.1 "
9+ version = " 2.0.2 "
1010license = { text = " The Unlicense" }
1111authors = [
1212 { name = " Jordan Ambra" , email = " jordan.ambra@corva.ai" }
Original file line number Diff line number Diff line change 1- VERSION = "2.0.1 "
1+ VERSION = "2.0.2 "
You can’t perform that action at this time.
0 commit comments