Skip to content

Commit

Permalink
Preparing the new v0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
texpert committed May 15, 2023
1 parent f442e94 commit fe28abb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
unreleased=true
future-release=0.2.0
future-release=0.2.1
exclude-labels=duplicate,question,invalid,wontfix,release
22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Changelog

## [0.2.0](https://github.com/texpert/shrine-aws-lambda/tree/0.2.0) (2022-08-28)
## [v0.2.1](https://github.com/texpert/shrine-aws-lambda/tree/v0.2.1) (2023-05-15)

[Full Changelog](https://github.com/texpert/shrine-aws-lambda/compare/v0.1.2...0.2.0)
[Full Changelog](https://github.com/texpert/shrine-aws-lambda/compare/v0.2.0...v0.2.1)

**Merged pull requests:**

- Fix generate\_location method call to be Shrine 3.x and Ruby 3.x compliant [\#5](https://github.com/texpert/shrine-aws-lambda/pull/5) ([texpert](https://github.com/texpert))
- Bump asdf Ruby to 2.7.8, use bundler 2.3.26 [\#4](https://github.com/texpert/shrine-aws-lambda/pull/4) ([texpert](https://github.com/texpert))

## [v0.2.0](https://github.com/texpert/shrine-aws-lambda/tree/v0.2.0) (2022-08-27)

[Full Changelog](https://github.com/texpert/shrine-aws-lambda/compare/v0.1.2...v0.2.0)

**Merged pull requests:**

Expand All @@ -16,15 +25,6 @@

- Initial, compatible with shrine-lambda, release [\#1](https://github.com/texpert/shrine-aws-lambda/pull/1) ([texpert](https://github.com/texpert))

## Changes:

- **Breaking:** Change gem name to shrine-aws-lambda
- **Breaking:** Change class name from Shrine::Plugins::Lambda to Shrine::Plugins::AwsLambda
- **Breaking:** Change plugin registration symbol from `:lambda` to `:aws_lambda`

- Add `.tools-version` file and specified Ruby 2.7.6 version
- Add rubocop-rspec and rubocop-performane as development dependencies and fix the arised issues



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion lib/shrine/plugins/aws_lambda/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Shrine
module Plugins
module AwsLambda
VERSION = '0.2.0'
VERSION = '0.2.1'
end
end
end

0 comments on commit fe28abb

Please sign in to comment.