Skip to content

Commit

Permalink
Tick v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlarraz committed Jun 4, 2021
1 parent 06aa7c1 commit b288c40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.

## Unreleased

### v0.5.1 - 2021-06-04
[Full Changelog](https://github.com/instacart/makara/compare/v0.5.0...v0.6.0.pre)
- Use ActiveRecord URL resolver instead of copying definition [#294](https://github.com/instacart/makara/pull/294) Matt Larraz
- Fix Ruby 2.7 kwarg warning and add Ruby 3 support [#283](https://github.com/instacart/makara/pull/283) Matt Larraz
- Drop support for Ruby < 2.5 and ActiveRecord < 5.2 [#281](https://github.com/instacart/makara/pull/281) Matt Larraz

## v0.5.0 - 2021-01-08
Expand Down
2 changes: 1 addition & 1 deletion lib/makara/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Makara
module VERSION
MAJOR = 0
MINOR = 5
PATCH = 0
PATCH = 1
PRE = nil

def self.to_s
Expand Down

0 comments on commit b288c40

Please sign in to comment.