Skip to content

Commit 05ea58a

Browse files
katmsftvinjiang
authored andcommitted
Added documentation change.
1 parent e508008 commit 05ea58a

File tree

10 files changed

+22
-5
lines changed

10 files changed

+22
-5
lines changed

blob/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2020.8 - version 2.0.1
2+
* Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0.
3+
14
2020.3 - version 2.0.0
25
* This module now supports Ruby versions to 2.3 through 2.7.
36
* Service version is upgraded to 2018-11-09.

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 = 0 unless defined? UPDATE
34+
UPDATE = 1 unless defined? UPDATE
3535

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

common/ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2020.8 - version 2.0.2
2+
* Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0.
3+
* Changed to use persistent HTTP client to speed up requests #168.
4+
* Explicitly requiring `tempfile` to avoid runtime errors.
5+
16
2020.3 - version 2.0.1
27
* Resolved an issue where the rubygem 'azure-storage-common' cannot resolve 'faraday_middleware' version automatically.
38
* Resolved an issue where automation does not report error for sanity check failure.

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 = 1 unless defined? UPDATE
34+
UPDATE = 2 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+
2020.8 - version 2.0.2
2+
* Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0.
3+
14
2020.3 - version 2.0.1
25
* Resolved the issue where a wrong version of 'azure-storage-common' is depended on.
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 = 1 unless defined? UPDATE
34+
UPDATE = 2 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+
2020.8 - version 2.0.2
2+
* Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0.
3+
14
2020.3 - version 2.0.1
25
* Resolved the issue where a wrong version of 'azure-storage-common' is depended on.
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 = 1 unless defined? UPDATE
34+
UPDATE = 2 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+
2020.8 - version 2.0.2
2+
* Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0.
3+
14
2020.3 - version 2.0.1
25
* Resolved the issue where a wrong version of 'azure-storage-common' is depended on.
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 = 1 unless defined? UPDATE
34+
UPDATE = 2 unless defined? UPDATE
3535

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

0 commit comments

Comments
 (0)