Skip to content

Commit

Permalink
Bump to 3.0.0; update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Jan 1, 2014
1 parent 1d8e310 commit b365a75
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,38 @@ Each change should fall into categories that would affect whether the release is

As such, a _Feature_ would map to either major or minor. A _bug fix_ to a patch. And _misc_ is either minor or patch, the difference being kind of fuzzy for the purposes of history. Adding tests would be patch level.

### Master [changes](https://github.com/mbleigh/acts-as-taggable-on/compare/v2.4.1...master)
### Master [changes](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.0.0...master)

* Breaking Changes
* Features
* Fixes
* Misc

### [3.0.0 / 2014-01-01](https://github.com/mbleigh/acts-as-taggable-on/compare/v2.4.1...v3.0.0)

* Breaking Changes
* No longer supports Ruby 1.8.
* Features
* Supports Rails 4.1.
* Misc (TODO: expand)
* [zquest #359](https://github.com/mbleigh/acts-as-taggable-on/pull/359)
* [rsl #367](https://github.com/mbleigh/acts-as-taggable-on/pull/367)
* [ktdreyer #383](https://github.com/mbleigh/acts-as-taggable-on/pull/383)
* [cwoodcox #346](https://github.com/mbleigh/acts-as-taggable-on/pull/346)
* [mrb #421](https://github.com/mbleigh/acts-as-taggable-on/pull/421)
* [bf4 #430](https://github.com/mbleigh/acts-as-taggable-on/pull/430)
* [sanemat #368](https://github.com/mbleigh/acts-as-taggable-on/pull/368)
* [bf4 #343](https://github.com/mbleigh/acts-as-taggable-on/pull/343)
* [marclennox #429](https://github.com/mbleigh/acts-as-taggable-on/pull/429)
* [shekibobo #403](https://github.com/mbleigh/acts-as-taggable-on/pull/403)
* [ches ktdreyer #410](https://github.com/mbleigh/acts-as-taggable-on/pull/410)
* [makaroni4 #371](https://github.com/mbleigh/acts-as-taggable-on/pull/371)
* [kenzai dstosik awt #431](https://github.com/mbleigh/acts-as-taggable-on/pull/431)
* [bf4 joelcogen shekibobo aaronchi #438](https://github.com/mbleigh/acts-as-taggable-on/pull/438)
* [seuros #442](https://github.com/mbleigh/acts-as-taggable-on/pull/442)
* [bf4 #445](https://github.com/mbleigh/acts-as-taggable-on/pull/445)
* [eaglemt #446](https://github.com/mbleigh/acts-as-taggable-on/pull/446)

### 3.0.0.rc2 [changes](https://github.com/mbleigh/acts-as-taggable-on/compare/fork-v3.0.0.rc1...fork-v3.0.0.rc2)

### 3.0.0.rc1 [changes](https://github.com/mbleigh/acts-as-taggable-on/compare/v2.4.1...fork-v3.0.0.rc1)
Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_taggable_on/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ActsAsTaggableOn
VERSION = '3.0.0.rc2'
VERSION = '3.0.0'
end

0 comments on commit b365a75

Please sign in to comment.