Skip to content

Commit

Permalink
Release 1.1.0 ready in development
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCD committed Nov 24, 2013
1 parent efe99f6 commit f5a402c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 32 deletions.
56 changes: 25 additions & 31 deletions CHANGELOG.markdown
@@ -1,31 +1,29 @@
0.0.2 (June 15, 2013)
=====================
## 1.1.0 (November 24, 2013)

Documentation:
Features:

- Minor changes in the documentation
- Support for PostGIS databases (thanks to Kimitake Miyashita).

Development:
## 1.0.1 (November 21, 2013)

- Integration with travis-ci.org
- Added tests for Rails 4.0.0.rc2
- Minor code refactoring (no changes in functionality)
- Added a new rake task to run <tt>test:bundle</tt> and <tt>test:run</tt> in one pass
Documentation:

0.0.3 (June 26, 2013)
=====================
- Tiny documentation change.

## 1.0.0 (November 20, 2013)

Documentation:

- Some minor changes in the documentation
- Bumped the version to 1.0.0, to signal that it is ready for production. It was actually ready since version 0.0.1, so this change is just to avoid a possible confusion.

Development:

- Travis scripts stability fixes
- Tests for Rails 4.0.0
- Minor tweaks in the test code.
- Tests for Rails 3.2.15 and 4.0.1
- Set up of the default rake test to run all the tests, without preparing the data (equivalent to <tt>rake test:run</tt>)
- Changes in Travis-CI configuration, discontinuing support for Rubinius, while bugs in its interpreter get sorted out.

0.0.4 (August 15, 2013)
=======================
## 0.0.4 (August 15, 2013)

Features:

Expand All @@ -45,30 +43,26 @@ Development:
- Tested with new patches of MRI for C Ruby 1.9.3 and 2.0.0
- Tests for Rails 3.2.14

1.0.0 (November 20, 2013)
=========================
## 0.0.3 (June 26, 2013)

Documentation:

- Bumped the version to 1.0.0, to signal that it is ready for production. It was actually ready since version 0.0.1, so this change is just to avoid a possible confusion.
- Some minor changes in the documentation

Development:

- Minor tweaks in the test code.
- Tests for Rails 3.2.15 and 4.0.1
- Set up of the default rake test to run all the tests, without preparing the data (equivalent to <tt>rake test:run</tt>)
- Changes in Travis-CI configuration, discontinuing support for Rubinius, while bugs in its interpreter get sorted out.
- Travis scripts stability fixes
- Tests for Rails 4.0.0

1.0.1 (November 21, 2013)
=========================
## 0.0.2 (June 15, 2013)

Documentation:

- Tiny documentation change.

1.1.0.alpha (November 23, 2013)
===============================
- Minor changes in the documentation

Features:
Development:

- Support for PostGIS databases.
- Integration with travis-ci.org
- Added tests for Rails 4.0.0.rc2
- Minor code refactoring (no changes in functionality)
- Added a new rake task to run <tt>test:bundle</tt> and <tt>test:run</tt> in one pass
2 changes: 1 addition & 1 deletion lib/cant_wait/version.rb
@@ -1,5 +1,5 @@
# encoding: utf-8

module CantWait
VERSION = '1.1.0.alpha'
VERSION = '1.1.0'
end

0 comments on commit f5a402c

Please sign in to comment.