Skip to content

Commit

Permalink
Updated README.md and CHANGELOG.md on new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Pepin-Perreault committed Aug 2, 2016
1 parent 3651e53 commit 3e8d6c3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

##0.1.2

- [3651e53](https://github.com/barcoo/redis_rds/commit/3651e53) *2016-08-02* __updated rake release task__ (Nicolas Pepin-Perreault)
- [35bfaeb](https://github.com/barcoo/redis_rds/commit/35bfaeb) *2016-08-02* __ignore .gem files__ (Nicolas Pepin-Perreault)
- [d317bc8](https://github.com/barcoo/redis_rds/commit/d317bc8) *2016-08-02* __remove COC__ (Nicolas Pepin-Perreault)
- [d41fb0d](https://github.com/barcoo/redis_rds/commit/d41fb0d) *2016-07-25* __bust github image cache for coveralls badge__ (Sergio Medina)
- [a2145bc](https://github.com/barcoo/redis_rds/commit/a2145bc) *2016-07-25* __lint Gemfile__ (Sergio Medina)
- [3873b33](https://github.com/barcoo/redis_rds/commit/3873b33) *2016-07-25* __udpdate ROADMAP__ (Sergio Medina)
- [d1f9952](https://github.com/barcoo/redis_rds/commit/d1f9952) *2016-07-25* __add coveralls badge to README.md__ (Sergio Medina)
- [dd1d8a8](https://github.com/barcoo/redis_rds/commit/dd1d8a8) *2016-07-25* __update sublime project file__ (Sergio Medina)
- [34ba881](https://github.com/barcoo/redis_rds/commit/34ba881) *2016-07-25* __added SortedSet.empty? and improve SortedSet test coverage__ (Sergio Medina)
- [3ecdc69](https://github.com/barcoo/redis_rds/commit/3ecdc69) *2016-07-25* __try coveralls__ (Sergio Medina)

##0.1.1

- [6617250](https://github.com/barcoo/redis_rds/commit/6617250) *2016-07-24* __move tests to test/redis_rds__ (Sergio Medina)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RedisRds

[![GitHub release](https://img.shields.io/badge/release-0.1.1-blue.png)](https://github.com/barcoo/redis_rds/releases/tag/0.1.1)
[![GitHub release](https://img.shields.io/badge/release-0.1.2-blue.png)](https://github.com/barcoo/redis_rds/releases/tag/0.1.2)
[![Build Status](https://travis-ci.org/barcoo/redis_rds.svg?branch=master)](https://travis-ci.org/barcoo/redis_rds)
[![Coverage Status](https://coveralls.io/repos/github/barcoo/redis_rds/badge.svg?branch=master&update=now)](https://coveralls.io/github/barcoo/redis_rds?branch=master)

Expand Down
2 changes: 1 addition & 1 deletion lib/redis_rds/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RedisRds
VERSION = '0.1.1'.freeze
VERSION = '0.1.2'.freeze
end

0 comments on commit 3e8d6c3

Please sign in to comment.