From 4ea0eef6e99d189f02cfe68932af6fc3540be529 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Mon, 9 Oct 2017 11:50:17 -0500 Subject: [PATCH] Release v0.7.1 --- CHANGELOG.md | 12 ++++++++++++ docs/installation.md | 12 ++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f8a9902..cb7141d75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.7.1] - 2017-10-09 + +This version contains 3 contributions from 3 contributors. There are 14 files changed, 221 insertions, and 52 deletions. + +### Changed + +- Update dependencies and Go version ([#878](https://github.com/pilosa/pilosa/pull/878)) + +### Performance + +- Leverage not-null field to make BETWEEN queries more efficient ([#874](https://github.com/pilosa/pilosa/pull/874)) + ## [0.7.0] - 2017-10-03 This version contains 59 contributions from 9 contributors. There are 61 files changed, 5207 insertions, and 1054 deletions. diff --git a/docs/installation.md b/docs/installation.md index 485401999..c0455ac32 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.7.0/pilosa-v0.7.0-darwin-amd64.tar.gz + curl -L -O https://github.com/pilosa/pilosa/releases/download/v0.7.1/pilosa-v0.7.1-darwin-amd64.tar.gz ``` Other releases can be downloaded from our Releases page on Github. 2. Extract the binary: ``` - tar xfz pilosa-v0.7.0-darwin-amd64.tar.gz + tar xfz pilosa-v0.7.1-darwin-amd64.tar.gz ``` 3. Move the binary into your PATH so you can run `pilosa` from any shell: ``` - cp -i pilosa-v0.7.0-darwin-amd64/pilosa /usr/local/bin + cp -i pilosa-v0.7.1-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.7.0/pilosa-v0.7.0-linux-amd64.tar.gz + curl -L -O https://github.com/pilosa/pilosa/releases/download/v0.7.1/pilosa-v0.7.1-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.7.0-linux-amd64.tar.gz + tar xfz pilosa-v0.7.1-linux-amd64.tar.gz ``` 3. Move the binary into your PATH so you can run `pilosa` from any shell: ``` - cp -i pilosa-v0.7.0-linux-amd64/pilosa /usr/local/bin + cp -i pilosa-v0.7.1-linux-amd64/pilosa /usr/local/bin ``` 4. Make sure Pilosa is installed successfully: