Skip to content

Commit

Permalink
⚙️ Bumping to version 0.3.0 (#47)
Browse files Browse the repository at this point in the history
This change brings a few underlying public methods for downstream to use.

Why the minor version?  Any changes prior to 1.0 are volatile and versions don't
quite matter.
  • Loading branch information
jeremyf authored Jun 5, 2023
1 parent de8ab39 commit dacb533
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
derivative-rodeo (0.2.0)
derivative-rodeo (0.3.0)
activesupport (>= 5)
aws-sdk-s3
aws-sdk-sqs
Expand All @@ -21,8 +21,8 @@ GEM
tzinfo (~> 2.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.763.0)
aws-sdk-core (3.172.0)
aws-partitions (1.772.0)
aws-sdk-core (3.173.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/derivative_rodeo/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DerivativeRodeo
VERSION = '0.2.0'
VERSION = '0.3.0'
end

0 comments on commit dacb533

Please sign in to comment.