File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " py_scdb"
7- version = " 0.2.0 "
7+ version = " 0.2.1 "
88requires-python = " >=3.7"
99classifiers = [
1010 " Programming Language :: Rust" ,
You can’t perform that action at this time.
0 commit comments