Skip to content

Commit

Permalink
We're releasing 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtis Rainbolt-Greene committed Oct 28, 2015
1 parent e7ad277 commit 9b34444
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
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
* ...?
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ Installing
Add this line to your application's Gemfile:

gem "hamster", "~> 1.0"
gem "hamster", "2.0.0"

And then execute:

Expand Down Expand Up @@ -426,7 +426,7 @@ This Code of Conduct is adapted from the [Contributor Covenant](http:contributor
Licensing
=========

Copyright (c) 2009-2014 Simon Harris
Copyright (c) 2009-2015 Simon Harris

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion lib/hamster/version.rb
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

0 comments on commit 9b34444

Please sign in to comment.