Skip to content

Commit

Permalink
Bump to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Jan 12, 2023
1 parent c96154b commit b2cba58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.1.0] - 2023-01-12

### Added

- Added full-text search for keys, with pagination using `store.search(term, skip, limit)`

### Changed

- Changed the `Store::new()` signature to include `max_search_index_key_length` option.

### Fixed

## [0.0.3] - 2022-11-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "py_scdb"
version = "0.0.3"
version = "0.1.0"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit b2cba58

Please sign in to comment.