Skip to content

Commit 9a17346

Browse files
authored
Merge pull request #32 from godaddy/v0.4.9
Upgrade to use asherah-cobhan v0.4.24
2 parents 73bb1f9 + 8552674 commit 9a17346

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
## [0.4.9] - 2023-07-05
4+
5+
- Upgrade to use asherah-cobhan v0.4.24
6+
37
## [0.4.8] - 2023-06-06
48

59
- Upgrade to use asherah-cobhan v0.4.23

ext/asherah/checksums.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version: v0.4.23
2-
libasherah-arm64.so: 1a184bc533e8357276cff449dea6a3948963908ebb9ed412f8a55ea0d38e4abf
3-
libasherah-x64.so: 5d414908dd01a45ac9256709919c34eab133fb9d5434875589dd8df2fc491835
4-
libasherah-arm64.dylib: feb2f030c7733d621d0ab97e5712d7750ef30b58dafaa020254b9e7caffca5f0
5-
libasherah-x64.dylib: e2619a9cfca92ee25402852c06032d7d835bdac31efd109bdfb65dc122641ecb
1+
version: v0.4.24
2+
libasherah-arm64.so: 3b038116cb1bc1240e9c44cdc0a8fc57df2d721f15ed708294926bf2037fe8a0
3+
libasherah-x64.so: ffeb968144db6df6edd2d3e247db09c84edc54fe24a42cd8ad6f5912e9ab7118
4+
libasherah-arm64.dylib: de660a21ae192baa522963cc6665092172880409c5e6fbedb741a6791d572698
5+
libasherah-x64.dylib: dc9c398060a61ef4a7b00d983ffcbea917e63510006208512dcb176caa74aab6

lib/asherah/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Asherah
4-
VERSION = '0.4.8'
4+
VERSION = '0.4.9'
55
end

tasks/native.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
require 'rubygems/package'
4-
require_relative './../ext/asherah/native_file'
4+
require_relative '../ext/asherah/native_file'
55

66
ROOT_DIR = File.join(__dir__, '../')
77
NATIVE_DIR = 'lib/asherah/native'

0 commit comments

Comments
 (0)