From 59522dabe402da728531250bacff64cb7fd0ccd3 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Mon, 12 Feb 2018 17:13:36 -0600 Subject: [PATCH] Release v0.8.7 --- CHANGELOG.md | 8 ++++++++ docs/installation.md | 12 ++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ffa201ec..d1a76b92c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.8.7] - 2018-02-12 + +This version contains 1 contribution from 1 contributors. There are 2 files changed, 84 insertions, and 4 deletions. + +### Fixed + +- Fix a shift logic bug in bitmapZeroRange ([#1111](https://github.com/pilosa/pilosa/pull/1111)) + ## [0.8.6] - 2018-02-09 This version contains 2 contributions from 2 contributors. There are 3 files changed, 171 insertions, and 6 deletions. diff --git a/docs/installation.md b/docs/installation.md index ea31494ca..8953717fd 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -74,19 +74,19 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/) 1. Download the latest release: ``` - curl -L -O https://github.com/pilosa/pilosa/releases/download/v0.8.6/pilosa-v0.8.6-darwin-amd64.tar.gz + curl -L -O https://github.com/pilosa/pilosa/releases/download/v0.8.7/pilosa-v0.8.7-darwin-amd64.tar.gz ``` Other releases can be downloaded from our Releases page on Github. 2. Extract the binary: ``` - tar xfz pilosa-v0.8.6-darwin-amd64.tar.gz + tar xfz pilosa-v0.8.7-darwin-amd64.tar.gz ``` 3. Move the binary into your PATH so you can run `pilosa` from any shell: ``` - cp -i pilosa-v0.8.6-darwin-amd64/pilosa /usr/local/bin + cp -i pilosa-v0.8.7-darwin-amd64/pilosa /usr/local/bin ``` 4. Make sure Pilosa is installed successfully: @@ -228,19 +228,19 @@ There are three ways to install Pilosa on Linux: download the binary (recommende 1. To install the latest version of Pilosa, download the latest release: ``` - curl -L -O https://github.com/pilosa/pilosa/releases/download/v0.8.6/pilosa-v0.8.6-linux-amd64.tar.gz + curl -L -O https://github.com/pilosa/pilosa/releases/download/v0.8.7/pilosa-v0.8.7-linux-amd64.tar.gz ``` Note: This assumes you are using an `amd64` compatible architecture. Other releases can be downloaded from our Releases page on Github. 2. Extract the binary: ``` - tar xfz pilosa-v0.8.6-linux-amd64.tar.gz + tar xfz pilosa-v0.8.7-linux-amd64.tar.gz ``` 3. Move the binary into your PATH so you can run `pilosa` from any shell: ``` - cp -i pilosa-v0.8.6-linux-amd64/pilosa /usr/local/bin + cp -i pilosa-v0.8.7-linux-amd64/pilosa /usr/local/bin ``` 4. Make sure Pilosa is installed successfully: