forked from hamstergem/hamster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kurtis Rainbolt-Greene
committed
Oct 28, 2015
1 parent
e7ad277
commit 9b34444
Showing
3 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
Changelog | ||
========= | ||
|
||
- 1.0.0 [wip] | ||
* Added code climate coverage tool [developer] | ||
* Removed specification for patch level in ruby version [developer] | ||
- 2.0.0 | ||
* [Removing] Hamster.deque since talking to the classes should be the main entry point | ||
* [Removing] Hamster.mutable_set | ||
* [Removing] Hamster.mutable_queue | ||
* [Removing] Hamster.hash | ||
* [Adding] an module for association behavior | ||
* [Changing] Enumerable#to_list to a more susinct behavior | ||
* [Adding] the Struct#to_h method if Struct doesn't have that method [< 1.9.3] | ||
* [Changing] Freezing the result of allocating a Hamster::Deque | ||
* [Documenting] the Hamster::Empty constants as private interfaces | ||
- 1.0.0 | ||
* Specified benchmark-ips version | ||
* Added changelog [developer] | ||
* Added a CoC [developer] | ||
- 0.X.Y | ||
* ...? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Hamster | ||
# Current released gem version. Note that master will often have the same | ||
# value as a release gem but with different code. | ||
VERSION = "1.0.0" | ||
VERSION = "2.0.0" | ||
end |