Skip to content

Commit

Permalink
Bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTsepelev committed Sep 18, 2018
1 parent 9e5c68c commit da883c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,10 @@

## master

- [PR [#3](https://github.com/DmitryTsepelev/ar_lazy_preload/pull/3)] Automatic preloading ([@DmitryTsepelev][])
## 0.2.0 (2018-09-18)

- [PR [#3](https://github.com/DmitryTsepelev/ar_lazy_preload/pull/3)] Automatic preloading support ([@DmitryTsepelev][])
- [PR [#2](https://github.com/DmitryTsepelev/ar_lazy_preload/pull/2)] Add RubyGems and CultOfMartians badges ([@palkan][])

## 0.1.1 (2018-08-08)

Expand All @@ -13,3 +16,4 @@
- Initial version. ([@DmitryTsepelev][])

[@DmitryTsepelev]: https://github.com/DmitryTsepelev
[@palkan]: https://github.com/palkan
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ar_lazy_preload (0.1.1)
ar_lazy_preload (0.2.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/ar_lazy_preload/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ArLazyPreload
VERSION = "0.1.1"
VERSION = "0.2.0"
end

0 comments on commit da883c1

Please sign in to comment.