Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #38 from benjaminbollen/master
Browse files Browse the repository at this point in the history
Version change to 0.1.4
  • Loading branch information
dirvine committed Sep 14, 2015
2 parents f1fdccb + e46f24f commit 536f720
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Message Filter - Change Log

## [0.1.4]
- [#36](https://github.com/maidsafe/message_filter/pull/36) remove expired values at start of add and check
- update CI scripts

## [0.1.3]
- remove unwrap calls
- update CI scripts

## [0.1.2]
- Implement add_key (bool return, true added, false == already exists)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "message_filter"
version = "0.1.3"
version = "0.1.4"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "A message filter that can be controlled by limiting capacity, or time to live"
documentation = "http://maidsafe.net/message_filter/latest"
Expand Down

0 comments on commit 536f720

Please sign in to comment.