Skip to content

Commit 8d01d12

Browse files
authored
Merge pull request #208 from katmsft/releasedoc
Version and Doc change for 2.0.3/2.0.4 release.
2 parents e2f2b7d + cae7ca0 commit 8d01d12

10 files changed

Lines changed: 20 additions & 5 deletions

File tree

blob/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021.12 - version 2.0.3
2+
* Lifted Ruby-version-based restrictions on Nokogiri version.
3+
14
2021.10 - version 2.0.2
25
* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
36
* Added access tier information and creation time of blob in response.

blob/lib/azure/storage/blob/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Version
3131
# Fields represent the parts defined in http://semver.org/
3232
MAJOR = 2 unless defined? MAJOR
3333
MINOR = 0 unless defined? MINOR
34-
UPDATE = 2 unless defined? UPDATE
34+
UPDATE = 3 unless defined? UPDATE
3535

3636
class << self
3737
# @return [String]

common/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021.12 - version 2.0.4
2+
* Lifted Ruby-version-based restrictions on Nokogiri version.
3+
14
2021.10 - version 2.0.3
25
* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
36
* Fixed handling of invalid connection strings

common/lib/azure/storage/common/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Version
3131
# Fields represent the parts defined in http://semver.org/
3232
MAJOR = 2 unless defined? MAJOR
3333
MINOR = 0 unless defined? MINOR
34-
UPDATE = 3 unless defined? UPDATE
34+
UPDATE = 4 unless defined? UPDATE
3535

3636
class << self
3737
# @return [String]

file/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021.12 - version 2.0.4
2+
* Lifted Ruby-version-based restrictions on Nokogiri version.
3+
14
2021.10 - version 2.0.3
25
* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
36

file/lib/azure/storage/file/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Version
3131
# Fields represent the parts defined in http://semver.org/
3232
MAJOR = 2 unless defined? MAJOR
3333
MINOR = 0 unless defined? MINOR
34-
UPDATE = 3 unless defined? UPDATE
34+
UPDATE = 4 unless defined? UPDATE
3535

3636
class << self
3737
# @return [String]

queue/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021.12 - version 2.0.4
2+
* Lifted Ruby-version-based restrictions on Nokogiri version.
3+
14
2021.10 - version 2.0.3
25
* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
36

queue/lib/azure/storage/queue/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Version
3131
# Fields represent the parts defined in http://semver.org/
3232
MAJOR = 2 unless defined? MAJOR
3333
MINOR = 0 unless defined? MINOR
34-
UPDATE = 3 unless defined? UPDATE
34+
UPDATE = 4 unless defined? UPDATE
3535

3636
class << self
3737
# @return [String]

table/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021.12 - version 2.0.4
2+
* Lifted Ruby-version-based restrictions on Nokogiri version.
3+
14
2021.10 - version 2.0.3
25
* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
36

table/lib/azure/storage/table/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Version
3131
# Fields represent the parts defined in http://semver.org/
3232
MAJOR = 2 unless defined? MAJOR
3333
MINOR = 0 unless defined? MINOR
34-
UPDATE = 3 unless defined? UPDATE
34+
UPDATE = 4 unless defined? UPDATE
3535

3636
class << self
3737
# @return [String]

0 commit comments

Comments
 (0)