Skip to content

Commit

Permalink
Updated Changelog, README, and version number for 1.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdainmiller committed Apr 20, 2013
1 parent 2cf9aca commit 3d5b33c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
###1.0.0
* Updated version numbering and pushed 1.0.0pre to v1.0.0.
* Merged in updates to German locations, via a patch from @leifg

### 1.0.0pre
* Complete rewrite. New data source and API. Extracting Rails view
helpers into seperate gem.
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ I haven't had enough time to properly support Carmen for many months. If you'd l

[![Build Status](https://secure.travis-ci.org/jim/carmen.png?branch=master)](http://travis-ci.org/jim/carmen)

Carmen 1.0 is a rewrite of the library, seperating out the geographic
components from the Rails-specific view helpers. If you are using Carmen with
Rails, you should check out the
[carmen-rails](http://github.com/jim/carmen-rails) library.
Carmen 1.0.0 is now out, after more than a year in beta. This release is a rewrite of the library, seperating out the geographic
components from the Rails-specific view helpers. If you are using Carmen with Rails, you should check out the [carmen-rails](http://github.com/jim/carmen-rails) library.

The [0.2.x branch](https://github.com/jim/carmen/tree/0.2.x) contains the previous
version of Carmen should you need it for some reason.
Expand Down
2 changes: 1 addition & 1 deletion lib/carmen/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Carmen
VERSION = '1.0.0.beta2'
VERSION = '1.0.0'
end

0 comments on commit 3d5b33c

Please sign in to comment.