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 4729add commit 71aceccCopy full SHA for 71acecc
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [0.5.7.1] 2025-04-22
4
+
5
- Fixed a bug when reusing the account name in the container name. #22
6
7
## [0.5.7] 2025-02-21
Gemfile.lock
@@ -97,7 +97,7 @@ GIT
97
PATH
98
remote: .
99
specs:
100
- azure-blob (0.5.7)
+ azure-blob (0.5.7.1)
101
rexml
102
103
GEM
lib/azure_blob/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module AzureBlob
- VERSION = "0.5.7"
+ VERSION = "0.5.7.1"
end
0 commit comments