Commit 923af0ce3d40ebb2e380baec177f48be6f1fccf2
1 parent
84ccbe18
Exists in
master
and in
1 other branch
Update Changelog and contributor to start 0.3.0 version
[ci-skip]
Showing
3 changed files
with
27 additions
and
2 deletions
Show diff stats
CHANGELOG.md
1 | +## 0.3.0 - Not released Yet | ||
2 | + | ||
3 | +### Improvements | ||
4 | + | ||
5 | +- [#515][] Update to Mongoid 3.1 ([@arthurnn][]) | ||
6 | + | ||
7 | + | ||
8 | +[#515]: https://github.com/errbit/errbit/issues/515 | ||
9 | + | ||
10 | +## 0.2.1 - Not released Yet | ||
11 | + | ||
12 | +### Bug Fixes | ||
13 | + | ||
14 | +- [#558][] Avoid failure if you remote bitbucket_rest_api gem | ||
15 | + ([@shingara][]) | ||
16 | + | ||
17 | +[@shingara]: https://github.com/shingara | ||
18 | + | ||
19 | +[#558]: https://github.com/errbit/errbit/issues/558 | ||
20 | + | ||
1 | ## 0.2.0 - 2013-09-11 | 21 | ## 0.2.0 - 2013-09-11 |
2 | 22 | ||
3 | ### Improvements | 23 | ### Improvements |
CONTRIBUTORS.md
Gemfile.lock
@@ -431,7 +431,7 @@ DEPENDENCIES | @@ -431,7 +431,7 @@ DEPENDENCIES | ||
431 | quiet_assets | 431 | quiet_assets |
432 | rack-ssl | 432 | rack-ssl |
433 | rack-ssl-enforcer | 433 | rack-ssl-enforcer |
434 | - rails (= 3.2.13) | 434 | + rails (~> 3.2.13) |
435 | rails_autolink | 435 | rails_autolink |
436 | ri_cal | 436 | ri_cal |
437 | rspec-rails (~> 2.6) | 437 | rspec-rails (~> 2.6) |