Skip to content

Commit 46a59e4

Browse files
committed
Bump version
1 parent 529beb6 commit 46a59e4

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

History.rdoc

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
=== 0.4.3 / 2012-10-01
2+
3+
* Track size on Tries for performance (fredericksgary)
4+
* Hash#values should not return a set as there is no guarantee of uniqueness (and worse it means you potentially lose duplicate values). (fredericksgary)
5+
* Add Hash#slice, Hash#except, Hash#fetch (misfo)
6+
* Implemented a public Hash#new for subclassing (misfo)
7+
* Some initial benchmarks (haedius)
8+
* Documentation corrections (harukizaemon, szajbus, rwfowler)
9+
110
=== 0.4.2 / 2011-04-07
211

312
* Added List#merge/merge_by to merge sorted lists into a single stream.
@@ -8,7 +17,9 @@
817

918
* Added initial implementation of Vector for efficient indexed access.
1019

11-
* Fix car/cdr so they work on Ruby 1.8.7 (Tianyi Cui)
20+
* Fix car/cdr so they work on Ruby 1.8.7 (tianyicui)
21+
* Fix specs when running under 1.8.7 (tianyicui, kef)
22+
* Fix bundler/rvm support (kef)
1223

1324
=== 0.3.10 / 2010-10-22
1425

lib/hamster/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hamster
22

3-
VERSION = "0.4.2".freeze
3+
VERSION = "0.4.3".freeze
44

55
end

0 commit comments

Comments
 (0)