Skip to content

Commit

Permalink
Added documentation change.
Browse files Browse the repository at this point in the history
  • Loading branch information
katmsft authored and vinjiang committed Aug 31, 2020
1 parent e508008 commit 05ea58a
Show file tree
Hide file tree
Showing 10 changed files with 22 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 @@
2020.8 - version 2.0.1
* Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0.

2020.3 - version 2.0.0
* This module now supports Ruby versions to 2.3 through 2.7.
* Service version is upgraded to 2018-11-09.
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 = 0 unless defined? UPDATE
UPDATE = 1 unless defined? UPDATE

class << self
# @return [String]
Expand Down
5 changes: 5 additions & 0 deletions common/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2020.8 - version 2.0.2
* Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0.
* Changed to use persistent HTTP client to speed up requests #168.
* Explicitly requiring `tempfile` to avoid runtime errors.

2020.3 - version 2.0.1
* Resolved an issue where the rubygem 'azure-storage-common' cannot resolve 'faraday_middleware' version automatically.
* Resolved an issue where automation does not report error for sanity check failure.
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 = 1 unless defined? UPDATE
UPDATE = 2 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 @@
2020.8 - version 2.0.2
* Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0.

2020.3 - version 2.0.1
* Resolved the issue where a wrong version of 'azure-storage-common' is depended on.

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 = 1 unless defined? UPDATE
UPDATE = 2 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 @@
2020.8 - version 2.0.2
* Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0.

2020.3 - version 2.0.1
* Resolved the issue where a wrong version of 'azure-storage-common' is depended on.

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 = 1 unless defined? UPDATE
UPDATE = 2 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 @@
2020.8 - version 2.0.2
* Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0.

2020.3 - version 2.0.1
* Resolved the issue where a wrong version of 'azure-storage-common' is depended on.

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 = 1 unless defined? UPDATE
UPDATE = 2 unless defined? UPDATE

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

0 comments on commit 05ea58a

Please sign in to comment.