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

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall committed Feb 3, 2017
1 parent f3f033d commit 40f8053
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
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.4.0] - 2017-02-02
### Added
- #10: FENCEGET command for reading fencing token without changing it (@glycerine)
- Length option to FENCE command, supports batch updates (@glycerine)

### Fixed
- Redcon memory leak

## [0.3.2] - 2016-10-17
### Added
- JSET, JGET, JDEL commands for working with JSON documents.
Expand Down
2 changes: 1 addition & 1 deletion resources/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

VERSION="0.3.2"
VERSION="0.4.0"
PROTECTED_MODE="no"

export GO15VENDOREXPERIMENT=1
Expand Down

0 comments on commit 40f8053

Please sign in to comment.