Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlw committed Jan 29, 2022
1 parent 6d4eed7 commit f65fbb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@

- N/A

## [0.2.0 (2022-01-29)](https://github.com/jlw/lazy_rotator/compare/v0.1.0...v0.2.0)

### Changes

- Ensure support of Ruby 2.6, 2.7, 3.0, 3.1
- Remove support of Ruby 2.2, 2.3, 2.4, 2.5 (all past their end of life)
- Prefer asdf as Ruby switcher

## [0.1.0 (2018-08-07)](https://github.com/jlw/lazy_rotator/releases/tag/v0.1.0)

- First release
2 changes: 1 addition & 1 deletion lib/lazy_rotator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LazyRotator
VERSION = '0.1.0'
VERSION = '0.2.0'
end

0 comments on commit f65fbb1

Please sign in to comment.