Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.17.0 #114

Merged
merged 2 commits into from Jan 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion db.js
Expand Up @@ -28,7 +28,7 @@ function getId(msg) {

exports.name = 'db'

exports.version = '0.16.0'
exports.version = '0.17.0'

exports.manifest = {
get: 'async',
Expand Down
2 changes: 1 addition & 1 deletion migrate.js
Expand Up @@ -149,7 +149,7 @@ function findMigratedOffset(sbot, oldLog, newLog, cb) {

exports.name = 'db2migrate'

exports.version = '0.16.0'
exports.version = '0.17.0'

exports.manifest = {
start: 'sync',
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "ssb-db2",
"description": "A new database for SSB",
"version": "0.16.0",
"version": "0.17.0",
"homepage": "https://github.com/arj03/ssb-db2",
"repository": {
"type": "git",
"url": "git@github.com:arj03/ssb-db2.git"
},
"dependencies": {
"async-append-only-log": "^3.0.0",
"async-append-only-log": "^3.0.1",
"atomically-universal": "^0.1.0",
"binary-search-bounds": "^2.0.4",
"bipf": "~1.4.0",
Expand Down