Skip to content

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb committed Feb 6, 2022
1 parent e85998d commit e91b37d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<a name="unreleased"></a>
## [Unreleased]

<a name="0.1.0"></a>
## [0.1.0] - 2022-02-06
- Add open with TTL (#6)
- Add batch writer (#8)
- Upgrade rust-rocksdb from v0.15.0 to v0.17.0

<a name="0.0.5"></a>
## [0.0.5] - 2021-12-20
- Add Python 3.5 support again
- Build wheels for Windows 32-bit

<a name="0.0.4"></a>
## [0.0.4] - 2021-12-17
- Fix build linux binaries and CI (#4)
- Support Python 3.10 and build Windows wheels, remove Python 3.5 support

<a name="0.0.3"></a>
## [0.0.3] - 2021-12-17
- Add secondary instance support (#3)
- Add iterator (#2)
- Add destory, repaire methods
- Remove Windows wheels

<a name="0.0.2"></a>
## [0.0.2] - 2020-10-14
- Support Python 3.9
- Raise RocksDBError

<a name="0.0.1"></a>
## 0.0.1 - 2020-09-17
- Auto testing, auto build for Linux, macOS, Windows, and upload wheels to PYPI
- First implement, support Python 3.5, 3.6, 3.7, 3.8

[Unreleased]: https://github.com/xyb/rocksdb3/compare/0.1.0...HEAD
[0.1.0]: https://github.com/xyb/rocksdb3/compare/0.0.5...0.1.0
[0.0.5]: https://github.com/xyb/rocksdb3/compare/0.0.4...0.0.5
[0.0.4]: https://github.com/xyb/rocksdb3/compare/0.0.3...0.0.4
[0.0.3]: https://github.com/xyb/rocksdb3/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/xyb/rocksdb3/compare/0.0.1...0.0.2
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rocksdb3"
version = "0.0.5"
version = "0.1.0"
authors = ["Xie Yanbo <[email protected]>"]
description = "Python bindings for the Rust rocksdb crate"
repository = "https://github.com/xyb/rocksdb3"
Expand Down

0 comments on commit e91b37d

Please sign in to comment.