Skip to content

Commit

Permalink
Merge pull request #686 from haines/release-v0.6.1
Browse files Browse the repository at this point in the history
Prepare release v0.6.1
  • Loading branch information
haines authored Nov 12, 2024
2 parents bdbb7da + 76b1415 commit 8c18795
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

No notable changes.

## [0.6.1] - 2024-11-12

### Changed
* Test against Active Record 8.0 ([#685](https://github.com/haines/pg-aws_rds_iam/pull/685))
* Use `URI::RFC2396_PARSER.regexp[:ABS_URI_REF]` directly to resolve deprecation warning introduced in [ruby/uri#113](https://github.com/ruby/uri/pull/113) ([#685](https://github.com/haines/pg-aws_rds_iam/pull/685))
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pg-aws_rds_iam (0.6.0)
pg-aws_rds_iam (0.6.1)
aws-sdk-rds (~> 1.0)
pg (~> 1.1)

Expand Down Expand Up @@ -46,16 +46,16 @@ GEM
ansi (1.5.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.1001.0)
aws-sdk-core (3.211.0)
aws-partitions (1.1004.0)
aws-sdk-core (3.212.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ec2 (1.486.0)
aws-sdk-ec2 (1.487.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-rds (1.256.0)
aws-sdk-rds (1.257.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.1)
Expand All @@ -78,13 +78,13 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.7.5)
json (2.8.1)
language_server-protocol (3.17.0.3)
logger (1.6.1)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
method_source (1.0.0)
method_source (1.1.0)
mini_portile2 (2.8.7)
minitest (5.25.1)
minitest-reporters (1.7.1)
Expand All @@ -96,14 +96,14 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.1.2)
psych (5.2.0)
stringio
racc (1.8.1)
rack (3.1.8)
Expand Down Expand Up @@ -133,7 +133,7 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.10)
reline (0.5.11)
io-console (~> 0.5)
rexml (3.3.9)
rubocop (1.68.0)
Expand All @@ -146,7 +146,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.1)
rubocop-ast (1.35.0)
parser (>= 3.3.1.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
Expand All @@ -155,7 +155,7 @@ GEM
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
securerandom (0.3.2)
stringio (3.1.1)
stringio (3.1.2)
thor (1.3.2)
timecop (0.9.10)
timeout (0.4.2)
Expand All @@ -165,7 +165,7 @@ GEM
uri (1.0.1)
useragent (0.16.10)
yard (0.9.37)
zeitwerk (2.6.18)
zeitwerk (2.7.1)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/pg/aws_rds_iam/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module PG
module AWS_RDS_IAM
# The current version of the gem.
VERSION = "0.6.0"
VERSION = "0.6.1"
end
end

0 comments on commit 8c18795

Please sign in to comment.