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 27075bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
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 lib/ar_lazy_preload/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

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

0 comments on commit 27075bc

Please sign in to comment.