Skip to content

Commit fe28abb

Browse files
committed
Preparing the new v0.2.1 release
1 parent f442e94 commit fe28abb

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
unreleased=true
2-
future-release=0.2.0
2+
future-release=0.2.1
33
exclude-labels=duplicate,question,invalid,wontfix,release

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Changelog
22

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

5-
[Full Changelog](https://github.com/texpert/shrine-aws-lambda/compare/v0.1.2...0.2.0)
5+
[Full Changelog](https://github.com/texpert/shrine-aws-lambda/compare/v0.2.0...v0.2.1)
6+
7+
**Merged pull requests:**
8+
9+
- 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))
10+
- 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))
11+
12+
## [v0.2.0](https://github.com/texpert/shrine-aws-lambda/tree/v0.2.0) (2022-08-27)
13+
14+
[Full Changelog](https://github.com/texpert/shrine-aws-lambda/compare/v0.1.2...v0.2.0)
615

716
**Merged pull requests:**
817

@@ -16,15 +25,6 @@
1625

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

19-
## Changes:
20-
21-
- **Breaking:** Change gem name to shrine-aws-lambda
22-
- **Breaking:** Change class name from Shrine::Plugins::Lambda to Shrine::Plugins::AwsLambda
23-
- **Breaking:** Change plugin registration symbol from `:lambda` to `:aws_lambda`
24-
25-
- Add `.tools-version` file and specified Ruby 2.7.6 version
26-
- Add rubocop-rspec and rubocop-performane as development dependencies and fix the arised issues
27-
2828

2929

3030
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

lib/shrine/plugins/aws_lambda/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class Shrine
44
module Plugins
55
module AwsLambda
6-
VERSION = '0.2.0'
6+
VERSION = '0.2.1'
77
end
88
end
99
end

0 commit comments

Comments
 (0)