Skip to content

Commit

Permalink
Merge pull request #29 from godaddy/v0.4.7
Browse files Browse the repository at this point in the history
Upgrade to use asherah-cobhan v0.4.22
  • Loading branch information
dalibor authored Apr 20, 2023
2 parents 5eb871d + bcb3e4c commit 6c5c74e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.2.2
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

## [0.4.7] - 2023-04-20

- Upgrade to use asherah-cobhan v0.4.22
- Change detault ruby version to 3.2.2

## [0.4.6] - 2023-03-17

- Upgrade to use asherah-cobhan v0.4.20
Expand Down
10 changes: 5 additions & 5 deletions ext/asherah/checksums.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: v0.4.20
libasherah-arm64.so: 7b8bcbfd3747169538245c1498c8497604da90016b9898ae7f481ae66b6d830d
libasherah-x64.so: 5028884717e76dc03eb8afcd3fdcc312537bb50eb3d77b426d07afc336151b7f
libasherah-arm64.dylib: 3535cc259d33040ca26641437a82d7c84a15e353893ba55aec3871af218d521b
libasherah-x64.dylib: b90e8a4b986276dc33c927acf6e72c3161d3791bf4f55c35c0ac2ff0cd41dd41
version: v0.4.22
libasherah-arm64.so: ff6463475f4cfa9c973733780fcf0ec64fef70c8799dfaf0b9d851ae2cc67a7f
libasherah-x64.so: b86b02db8ba475dfe3e4c24aab9336911d9ce2fb60f97b50ed33ab077312ccb9
libasherah-arm64.dylib: 19aa7bc3e551145a7867694e86ebd220122d822eea0440bfe8806770e015c672
libasherah-x64.dylib: a947f4fb45d548da9355efc2e01571c9daa41eb98a32caa144ae3dc0a920657a
2 changes: 1 addition & 1 deletion lib/asherah/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Asherah
VERSION = '0.4.6'
VERSION = '0.4.7'
end

0 comments on commit 6c5c74e

Please sign in to comment.