Skip to content

Commit

Permalink
Merge pull request #129 from rtrv/changelog
Browse files Browse the repository at this point in the history
Add CHANGELOG.md and Danger
  • Loading branch information
rtrv committed Feb 7, 2018
2 parents 5fbbe62 + 12ef829 commit 993dbfe
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -27,3 +27,5 @@ matrix:
env:
- MONGOID_VERSION=HEAD
- rvm: 2.3.0
before_script:
- bundle exec danger
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,8 @@
## 0.4.0 (next)

* Your contribution here.

## 0.3.5 (2018/06/02)

* [#129](https://github.com/mongoid/mongoid_search/pull/128): Add CHANGELOG and Danger - [@rtrv](https://github.com/rtrv).
* [#128](https://github.com/mongoid/mongoid_search/pull/128): Escape regexp special characters - [@chiibis](https://github.com/chiibis).
1 change: 1 addition & 0 deletions Dangerfile
@@ -0,0 +1 @@
danger.import_dangerfile(gem: 'mongoid-danger')
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -24,3 +24,7 @@ group :development do
gem 'rubocop', '0.52.0'
gem 'simplecov'
end

group :test do
gem 'mongoid-danger', '~> 0.1.0', require: false
end
2 changes: 1 addition & 1 deletion mongoid_search.gemspec
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |s|
s.name = 'mongoid_search'
s.version = '0.3.4'
s.version = '0.3.5'
s.authors = ['Mauricio Zaffari']
s.email = ['mauricio@papodenerd.net']
s.homepage = 'http://www.papodenerd.net/mongoid-search-full-text-search-for-your-mongoid-models/'
Expand Down

0 comments on commit 993dbfe

Please sign in to comment.