Skip to content

Commit

Permalink
Version and Doc change for 2.0.3/2.0.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
katmsft committed Dec 5, 2021
1 parent e2f2b7d commit cae7ca0
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 5 deletions.
3 changes: 3 additions & 0 deletions blob/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2021.12 - version 2.0.3
* Lifted Ruby-version-based restrictions on Nokogiri version.

2021.10 - version 2.0.2
* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
* Added access tier information and creation time of blob in response.
Expand Down
2 changes: 1 addition & 1 deletion blob/lib/azure/storage/blob/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Version
# Fields represent the parts defined in http://semver.org/
MAJOR = 2 unless defined? MAJOR
MINOR = 0 unless defined? MINOR
UPDATE = 2 unless defined? UPDATE
UPDATE = 3 unless defined? UPDATE

class << self
# @return [String]
Expand Down
3 changes: 3 additions & 0 deletions common/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2021.12 - version 2.0.4
* Lifted Ruby-version-based restrictions on Nokogiri version.

2021.10 - version 2.0.3
* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
* Fixed handling of invalid connection strings
Expand Down
2 changes: 1 addition & 1 deletion common/lib/azure/storage/common/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Version
# Fields represent the parts defined in http://semver.org/
MAJOR = 2 unless defined? MAJOR
MINOR = 0 unless defined? MINOR
UPDATE = 3 unless defined? UPDATE
UPDATE = 4 unless defined? UPDATE

class << self
# @return [String]
Expand Down
3 changes: 3 additions & 0 deletions file/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2021.12 - version 2.0.4
* Lifted Ruby-version-based restrictions on Nokogiri version.

2021.10 - version 2.0.3
* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.

Expand Down
2 changes: 1 addition & 1 deletion file/lib/azure/storage/file/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Version
# Fields represent the parts defined in http://semver.org/
MAJOR = 2 unless defined? MAJOR
MINOR = 0 unless defined? MINOR
UPDATE = 3 unless defined? UPDATE
UPDATE = 4 unless defined? UPDATE

class << self
# @return [String]
Expand Down
3 changes: 3 additions & 0 deletions queue/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2021.12 - version 2.0.4
* Lifted Ruby-version-based restrictions on Nokogiri version.

2021.10 - version 2.0.3
* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.

Expand Down
2 changes: 1 addition & 1 deletion queue/lib/azure/storage/queue/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Version
# Fields represent the parts defined in http://semver.org/
MAJOR = 2 unless defined? MAJOR
MINOR = 0 unless defined? MINOR
UPDATE = 3 unless defined? UPDATE
UPDATE = 4 unless defined? UPDATE

class << self
# @return [String]
Expand Down
3 changes: 3 additions & 0 deletions table/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2021.12 - version 2.0.4
* Lifted Ruby-version-based restrictions on Nokogiri version.

2021.10 - version 2.0.3
* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.

Expand Down
2 changes: 1 addition & 1 deletion table/lib/azure/storage/table/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Version
# Fields represent the parts defined in http://semver.org/
MAJOR = 2 unless defined? MAJOR
MINOR = 0 unless defined? MINOR
UPDATE = 3 unless defined? UPDATE
UPDATE = 4 unless defined? UPDATE

class << self
# @return [String]
Expand Down

0 comments on commit cae7ca0

Please sign in to comment.