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

Commit

Permalink
5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 28, 2021
1 parent 0bda9ba commit 706dd84
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.1.1] - 2021-09-28

### Fixed

- Build a universal binary to support M1 (Apple silicon) ([#181](https://github.com/Level/rocksdb/issues/181)) ([`0bda9ba`](https://github.com/Level/rocksdb/commit/0bda9ba)) (Juan Gonzalez).

## [5.1.0] - 2021-08-28

### Added
Expand Down Expand Up @@ -227,6 +233,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.1.1]: https://github.com/Level/rocksdb/compare/v5.1.0...v5.1.1

[5.1.0]: https://github.com/Level/rocksdb/releases/tag/v5.1.0

[5.0.0]: https://github.com/Level/rocksdb/releases/tag/v5.0.0
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.1.0",
"version": "5.1.1",
"description": "A low-level Node.js RocksDB binding",
"license": "MIT",
"main": "leveldown.js",
Expand Down

0 comments on commit 706dd84

Please sign in to comment.