Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Mar 25, 2022
1 parent 680f94b commit 8c6d92f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [5.2.1] - 2022-03-25

### Fixed

- Fix `getMany()` memory leak ([#193](https://github.com/Level/rocksdb/issues/193)) ([`680f94b`](https://github.com/Level/rocksdb/commit/680f94b)) (Vincent Weevers).

## [5.2.0] - 2021-11-27

### Changed
Expand Down Expand Up @@ -253,6 +259,8 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._

_Earlier versions were published before `v1.0.0` but the code was then a branch inside [`leveldown`](https://github.com/Level/leveldown). This version marks the point where that code was extracted into its own repository thanks to the work of [`@mcollina`](https://github.com/mcollina)._

[5.2.1]: https://github.com/Level/rocksdb/releases/tag/v5.2.1

[5.2.0]: https://github.com/Level/rocksdb/releases/tag/v5.2.0

[5.1.1]: https://github.com/Level/rocksdb/compare/v5.1.0...v5.1.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocksdb",
"version": "5.2.0",
"version": "5.2.1",
"description": "A low-level Node.js RocksDB binding",
"license": "MIT",
"main": "leveldown.js",
Expand Down

0 comments on commit 8c6d92f

Please sign in to comment.