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 c44030d commit 2b24179Copy full SHA for 2b24179
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## [Unreleased]
2
3
+
4
+## [0.5.3] 2024-10-31
5
6
- Add support for setting tags when uploading a blob
7
- Add get_blob_tags
8
Gemfile.lock
@@ -97,7 +97,7 @@ GIT
97
PATH
98
remote: .
99
specs:
100
- azure-blob (0.5.2)
+ azure-blob (0.5.3)
101
rexml
102
103
GEM
lib/azure_blob/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module AzureBlob
- VERSION = "0.5.2"
+ VERSION = "0.5.3"
end
0 commit comments