Skip to content

Commit cdbb92e

Browse files
committed
Prepared release
1 parent 16e2e37 commit cdbb92e

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
10+
## [1.11.1] - 2023-12-18
11+
12+
### Added
813
- Fields `partition` and `rerun_partition` are not expected in partial merge event payload.
914
- Data structure under `data` key of partial merge event payload can accept additional fields.
1015

@@ -359,7 +364,8 @@ env variables, that should be used to configure logging.
359364
- Event classes: `StreamEvent`, `ScheduledEvent` and `TaskEvent`.
360365

361366

362-
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.11.0...master
367+
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.11.1...master
368+
[1.11.1] https://github.com/corva-ai/python-sdk/compare/v1.11.0...v1.11.1
363369
[1.11.0] https://github.com/corva-ai/python-sdk/compare/v1.10.0...v1.11.0
364370
[1.10.0] https://github.com/corva-ai/python-sdk/compare/v1.9.2...v1.10.0
365371
[1.9.2] https://github.com/corva-ai/python-sdk/compare/v1.9.1...v1.9.2

docs/antora-playbook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
start_path: docs
88
branches: []
99
# branches: HEAD # Use this for local development
10-
tags: [v1.11.0]
10+
tags: [v1.11.1]
1111
asciidoc:
1212
attributes:
1313
page-toclevels: 5

docs/antora.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: corva-sdk
2-
version: ~
2+
version: v1.11.1
33
nav: [modules/ROOT/nav.adoc]

src/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.11.0"
1+
VERSION = "1.11.1"

0 commit comments

Comments
 (0)