Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Oct 29, 2017
1 parent b5e8a33 commit 0557645
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Article.tagged_with(:ids => [tag_a.id, tag_b.id], :match => :all)
Get it into your Gemfile - and don't forget the version constraint!

```Ruby
gem 'gutentag', '~> 0.9.0'
gem 'gutentag', '~> 1.0.0'
```

Next: your tags get persisted to your database, so let's import and run the migrations to get the tables set up:
Expand Down Expand Up @@ -105,6 +105,10 @@ add_index :gutentag_tags, :taggings_count

<h2 id="upgrading">Upgrading</h2>

### 1.0.0

Behaviour that was deprecated in 0.9.0 (`has_many_tags`, `tagged_with` arguments) have now been removed.

### 0.9.0

* In your models with tags, change `has_many_tags` to `Gutentag::ActiveRecord.call self`.
Expand Down
2 changes: 1 addition & 1 deletion gutentag.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Gem::Specification.new do |s|
s.name = "gutentag"
s.version = "0.9.0"
s.version = "1.0.0"
s.authors = ["Pat Allan"]
s.email = ["pat@freelancing-gods.com"]
s.homepage = "https://github.com/pat/gutentag"
Expand Down

0 comments on commit 0557645

Please sign in to comment.