Skip to content

Commit

Permalink
Merge pull request #84 from corva-ai/release/v1.11.1
Browse files Browse the repository at this point in the history
Prepared release
  • Loading branch information
vladbagmet authored Dec 18, 2023
2 parents 16e2e37 + ae6dfdb commit ddeeac1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]


## [1.11.1] - 2023-12-18

### Added
- Fields `partition` and `rerun_partition` are not expected in partial merge event payload.
- Data structure under `data` key of partial merge event payload can accept additional fields.

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


[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.11.0...master
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.11.1...master
[1.11.1] https://github.com/corva-ai/python-sdk/compare/v1.11.0...v1.11.1
[1.11.0] https://github.com/corva-ai/python-sdk/compare/v1.10.0...v1.11.0
[1.10.0] https://github.com/corva-ai/python-sdk/compare/v1.9.2...v1.10.0
[1.9.2] https://github.com/corva-ai/python-sdk/compare/v1.9.1...v1.9.2
Expand Down
2 changes: 1 addition & 1 deletion docs/antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
start_path: docs
branches: []
# branches: HEAD # Use this for local development
tags: [v1.11.0]
tags: [v1.11.1]
asciidoc:
attributes:
page-toclevels: 5
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.11.0"
VERSION = "1.11.1"

0 comments on commit ddeeac1

Please sign in to comment.