Skip to content

Commit

Permalink
Release v2.0.0 (stipsan#212)
Browse files Browse the repository at this point in the history
* chore(changelog): add version to changelog

* chore(compat): update feature table

* chore(package): update version
  • Loading branch information
stipsan authored Oct 4, 2016
1 parent b7fba7f commit 708d259
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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/).

## [unreleased]
## [2.0.0] - 2016-10-03

Bumping the version to v2 as there are fixes in this release that are breaking changes.

Expand Down Expand Up @@ -285,6 +285,7 @@ Bumping the version to v2 as there are fixes in this release that are breaking c
* multi
* exec

[2.0.0]: https://github.com/stipsan/ioredis-mock/compare/v1.15.0...v2.0.0
[1.15.0]: https://github.com/stipsan/ioredis-mock/compare/v1.14.0...v1.15.0
[1.14.0]: https://github.com/stipsan/ioredis-mock/compare/v1.13.1...v1.14.0
[1.13.0]: https://github.com/stipsan/ioredis-mock/compare/v1.12.0...v1.13.0
Expand Down
4 changes: 2 additions & 2 deletions compat.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Supported commands ![Commands Coverage: 48%](https://img.shields.io/badge/coverage-48%25-yellow.svg)
## Supported commands ![Commands Coverage: 49%](https://img.shields.io/badge/coverage-49%25-yellow.svg)

| redis | ioredis | ioredis-mock |
|-------|:-------:|:------------:|
Expand Down Expand Up @@ -31,7 +31,7 @@
|[expire](http://redis.io/commands/EXPIRE)|:white_check_mark:|:white_check_mark:|
|[expireat](http://redis.io/commands/EXPIREAT)|:white_check_mark:|:white_check_mark:|
|[flushall](http://redis.io/commands/FLUSHALL)|:white_check_mark:|:white_check_mark:|
|[flushdb](http://redis.io/commands/FLUSHDB)|:white_check_mark:|:x:|
|[flushdb](http://redis.io/commands/FLUSHDB)|:white_check_mark:|:white_check_mark:|
|[geoadd](http://redis.io/commands/GEOADD)|:white_check_mark:|:x:|
|[geodist](http://redis.io/commands/GEODIST)|:white_check_mark:|:x:|
|[geohash](http://redis.io/commands/GEOHASH)|:white_check_mark:|:x:|
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ioredis-mock",
"version": "1.15.0",
"version": "2.0.0",
"description": "This library emulates ioredis by performing all operations in-memory.",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit 708d259

Please sign in to comment.