Skip to content

Commit cdbec46

Browse files
committed
feat(DEVC-1282): set proper version at related files
1 parent 8be3331 commit cdbec46

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Full migration from old `v1`of `pydantic` to `v2`dependencies:
1212
- `pydantic` itself: `"pydantic >= 2.0, <3.0"`
1313
- `pydantic-settings`: `"pydantic-settings >=2.0, <3.0"`
14-
15-
16-
## [1.15.1] - 2025-09-09
17-
### Added
18-
- Enabling (& adapting code for) type checking via `mypy`
14+
- Revamp Redis, get rid of LUA scripts at all
15+
- Add `py.typed` for type checking
16+
- Upgrading a bunch of dependencies
1917

2018

2119
## [1.15.0] - 2025-09-04

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.15.0]
10+
tags: [v2.0.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: 2.0.0
33
nav: [modules/ROOT/nav.adoc]

0 commit comments

Comments
 (0)