Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Bumped version and updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jan 17, 2014
1 parent 6106359 commit cc0e797
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Collections Changelog

### 1.0.0 (2014-01-17)

* Stable release (no API changes since 1.0.0-alpha.1).

### 1.0.0-alpha.1 (2013-10-20)

* **[BC]** Removed `HashMap` and `HashSet`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ collection produces a copy of the collection containing the same elements. The e
<!-- references -->
[Build Status]: http://b.adge.me/travis/IcecaveStudios/collections/develop.svg
[Test Coverage]: http://b.adge.me/coveralls/IcecaveStudios/collections/develop.svg
[SemVer]: http://b.adge.me/:semver-1.0.0--alpha.1-yellow.svg
[SemVer]: http://b.adge.me/:semver-1.0.0-green.svg
2 changes: 1 addition & 1 deletion src/Icecave/Collections/PackageInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
class PackageInfo
{
const NAME = 'Collections';
const VERSION = '1.0.0-alpha.1';
const VERSION = '1.0.0';
}

0 comments on commit cc0e797

Please sign in to comment.