We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c672a1d commit 457a4e7Copy full SHA for 457a4e7
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [0.5.9.1] 2025-06-30
4
+
5
- Fix a regression in #13 + fix add a test
6
7
## [0.5.9] 2025-05-31
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- azure-blob (0.5.9)
+ azure-blob (0.5.9.1)
rexml
GEM
lib/azure_blob/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module AzureBlob
- VERSION = "0.5.9"
+ VERSION = "0.5.9.1"
end
0 commit comments