Skip to content

Commit

Permalink
Bump to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed Jun 27, 2017
1 parent d52b424 commit 11d2a88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 1.0.1 (unreleased) [compare][compare_v1_0_0_and_master]
## 1.0.2 [compare][compare_v1_0_1_and_master]

## 1.0.1 [compare][compare_v1_0_0_and_v1_0_1]

- Use Ruby's own `Forwardable` again by [@gonzedge][github_user_gonzedge]
- Remove CodeClimate test reporter by [@gonzedge][github_user_gonzedge]
Expand Down Expand Up @@ -703,7 +705,8 @@
[compare_v0_9_1_and_v0_9_2]: https://github.com/gonzedge/rambling-trie/compare/v0.9.1...v0.9.2
[compare_v0_9_2_and_v0_9_3]: https://github.com/gonzedge/rambling-trie/compare/v0.9.2...v0.9.3
[compare_v0_9_3_and_v1_0_0]: https://github.com/gonzedge/rambling-trie/compare/v0.9.3...v1.0.0
[compare_v1_0_0_and_master]: https://github.com/gonzedge/rambling-trie/compare/v1.0.0...master
[compare_v1_0_0_and_v1_0_1]: https://github.com/gonzedge/rambling-trie/compare/v1.0.0...v1.0.1
[compare_v1_0_1_and_master]: https://github.com/gonzedge/rambling-trie/compare/v1.0.1...master
[design_patterns_null_object]: http://wiki.c2.com/?NullObject
[github_commit_current_key_less_memory]: https://github.com/gonzedge/rambling-trie/commit/218fac218a77e70ba04a3672ff5abfddf6544f57
[github_commit_reduced_memory_footprint]: https://github.com/gonzedge/rambling-trie/commit/aa8c0262f888e88df6a2f1e1351d8f14b21e43c4
Expand Down
2 changes: 1 addition & 1 deletion lib/rambling/trie/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Rambling
module Trie
# Current version of the rambling-trie.
VERSION = '1.0.1'.freeze
VERSION = '1.0.2'.freeze
end
end

0 comments on commit 11d2a88

Please sign in to comment.