Skip to content

Commit

Permalink
Bump version 2.1.5 (#493)
Browse files Browse the repository at this point in the history
* Bump version 2.1.5

Prepare for verion 2.1.5 release and update changelog and Gemfile.lock.
  • Loading branch information
pgwillia authored Nov 27, 2024
1 parent 557fc65 commit f86d71c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ and releases in PushmiPullyu adheres to [Semantic Versioning](https://semver.org

## [Unreleased]

## [2.1.5] 2024-11-27

### Fixed
- Permit versions of dependencies that work with Ruby 2.7
- Permit versions of activesupport that work with Ruby 2.7 by @pgwillia in https://github.com/ualbertalib/pushmi_pullyu/pull/492

### Chores
- Bump rexml from 3.3.8 to 3.3.9 by @dependabot in https://github.com/ualbertalib/pushmi_pullyu/pull/489
- Bump activesupport from 7.1.4 to 7.1.4.2 by @dependabot in https://github.com/ualbertalib/pushmi_pullyu/pull/487
- Bump danger from 9.5.0 to 9.5.1 by @dependabot in https://github.com/ualbertalib/pushmi_pullyu/pull/486

## [2.1.4]

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pushmi_pullyu (2.1.4)
pushmi_pullyu (2.1.5)
activesupport (>= 5, < 7.2)
bagit (~> 0.4)
connection_pool (~> 2.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/pushmi_pullyu/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PushmiPullyu
VERSION = '2.1.4'.freeze
VERSION = '2.1.5'.freeze
end

0 comments on commit f86d71c

Please sign in to comment.