From a175bba798c7972c6c9634ab78a859fb0993fd3c Mon Sep 17 00:00:00 2001 From: "Sam A. Horvath-Hunt" Date: Sat, 15 Jun 2019 16:41:51 +0100 Subject: [PATCH] 5.0.0 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e8b80..46cd3a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## [5.0.0] - 2019-06-15 +### Added +- Support for very large Buku databases that serialise to over 1MB in size. + +### Changed +- Update WebExtension communication API to always operate on vectors of elements. + ## [4.0.1] - 2019-05-07 ### Changed - Fix detection of operating system that failed on some Linux distros. diff --git a/Cargo.lock b/Cargo.lock index 7a7f7a3..763a901 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "bukubrow" -version = "4.0.1" +version = "5.0.0" dependencies = [ "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 86a3c82..6be8336 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bukubrow" -version = "4.0.1" +version = "5.0.0" authors = ["Sam A. Horvath-Hunt"] edition = "2018"