Skip to content

Commit 95abab3

Browse files
committed
release v1.12.0
1 parent fcc7dfb commit 95abab3

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ 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.12.0] - 2024-10-06
811
### Fixed
912
- Unset the `CORVA_LOGGER.propagate = False`, so the OTel handler will be able to collect and send those logs as well
1013
refs https://github.com/corva-ai/otel/pull/37
1114

1215

13-
1416
## [1.11.4] - 2024-02-08
1517
### Fixed
1618
- Now "version" field represents not schema version but rather the version of rerun and can be any integer.
@@ -384,7 +386,8 @@ env variables, that should be used to configure logging.
384386
- Event classes: `StreamEvent`, `ScheduledEvent` and `TaskEvent`.
385387

386388

387-
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.11.4...master
389+
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.12.0...master
390+
[1.12.0] https://github.com/corva-ai/python-sdk/compare/v1.11.4...v1.12.0
388391
[1.11.4] https://github.com/corva-ai/python-sdk/compare/v1.11.3...v1.11.2
389392
[1.11.3] https://github.com/corva-ai/python-sdk/compare/v1.11.2...v1.11.3
390393
[1.11.2] https://github.com/corva-ai/python-sdk/compare/v1.11.1...v1.11.2

docs/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
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.4]
10+
tags: [v1.12.0]
1111
asciidoc:
1212
attributes:
1313
page-toclevels: 5

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: corva-sdk
2-
version: ~
2+
version: 1.12.0
33
nav: [modules/ROOT/nav.adoc]

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.11.4"
1+
VERSION = "1.12.0"

0 commit comments

Comments
 (0)