Skip to content

Commit 63e9722

Browse files
committed
Bump to v0.2.1
1 parent b7258f9 commit 63e9722

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.2.1] - 2023-02-28
11+
12+
### Added
13+
14+
### Changed
15+
16+
### Fixed
17+
18+
- Fixed the docstring for `store.search` in the stub file to show right annotations for `skip` and `limit`
19+
1020
## [0.2.0] - 2023-01-16
1121

1222
### Added
@@ -17,6 +27,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1727
- Permanently set the maximum index key length to 3
1828
- Changed benchmarks to compare operations when search is enabled to when search is disabled.
1929

30+
### Fixed
31+
2032
## [0.1.1] - 2023-01-14
2133

2234
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "py_scdb"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
requires-python = ">=3.7"
99
classifiers = [
1010
"Programming Language :: Rust",

0 commit comments

Comments
 (0)