Skip to content
Snippets Groups Projects
Unverified Commit 8d01d121 authored by Kan Tang's avatar Kan Tang Committed by GitHub
Browse files

Merge pull request #208 from katmsft/releasedoc

Version and Doc change for 2.0.3/2.0.4 release.
parents e2f2b7d4 cae7ca0b
No related branches found
No related tags found
No related merge requests found
2021.12 - version 2.0.3
* Lifted Ruby-version-based restrictions on Nokogiri version.
2021.10 - version 2.0.2 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. * 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. * Added access tier information and creation time of blob in response.
......
...@@ -31,7 +31,7 @@ module Azure ...@@ -31,7 +31,7 @@ module Azure
# Fields represent the parts defined in http://semver.org/ # Fields represent the parts defined in http://semver.org/
MAJOR = 2 unless defined? MAJOR MAJOR = 2 unless defined? MAJOR
MINOR = 0 unless defined? MINOR MINOR = 0 unless defined? MINOR
UPDATE = 2 unless defined? UPDATE UPDATE = 3 unless defined? UPDATE
class << self class << self
# @return [String] # @return [String]
......
2021.12 - version 2.0.4
* Lifted Ruby-version-based restrictions on Nokogiri version.
2021.10 - version 2.0.3 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. * 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 * Fixed handling of invalid connection strings
......
...@@ -31,7 +31,7 @@ module Azure ...@@ -31,7 +31,7 @@ module Azure
# Fields represent the parts defined in http://semver.org/ # Fields represent the parts defined in http://semver.org/
MAJOR = 2 unless defined? MAJOR MAJOR = 2 unless defined? MAJOR
MINOR = 0 unless defined? MINOR MINOR = 0 unless defined? MINOR
UPDATE = 3 unless defined? UPDATE UPDATE = 4 unless defined? UPDATE
class << self class << self
# @return [String] # @return [String]
......
2021.12 - version 2.0.4
* Lifted Ruby-version-based restrictions on Nokogiri version.
2021.10 - version 2.0.3 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. * Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
......
...@@ -31,7 +31,7 @@ module Azure ...@@ -31,7 +31,7 @@ module Azure
# Fields represent the parts defined in http://semver.org/ # Fields represent the parts defined in http://semver.org/
MAJOR = 2 unless defined? MAJOR MAJOR = 2 unless defined? MAJOR
MINOR = 0 unless defined? MINOR MINOR = 0 unless defined? MINOR
UPDATE = 3 unless defined? UPDATE UPDATE = 4 unless defined? UPDATE
class << self class << self
# @return [String] # @return [String]
......
2021.12 - version 2.0.4
* Lifted Ruby-version-based restrictions on Nokogiri version.
2021.10 - version 2.0.3 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. * Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
......
...@@ -31,7 +31,7 @@ module Azure ...@@ -31,7 +31,7 @@ module Azure
# Fields represent the parts defined in http://semver.org/ # Fields represent the parts defined in http://semver.org/
MAJOR = 2 unless defined? MAJOR MAJOR = 2 unless defined? MAJOR
MINOR = 0 unless defined? MINOR MINOR = 0 unless defined? MINOR
UPDATE = 3 unless defined? UPDATE UPDATE = 4 unless defined? UPDATE
class << self class << self
# @return [String] # @return [String]
......
2021.12 - version 2.0.4
* Lifted Ruby-version-based restrictions on Nokogiri version.
2021.10 - version 2.0.3 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. * Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
......
...@@ -31,7 +31,7 @@ module Azure ...@@ -31,7 +31,7 @@ module Azure
# Fields represent the parts defined in http://semver.org/ # Fields represent the parts defined in http://semver.org/
MAJOR = 2 unless defined? MAJOR MAJOR = 2 unless defined? MAJOR
MINOR = 0 unless defined? MINOR MINOR = 0 unless defined? MINOR
UPDATE = 3 unless defined? UPDATE UPDATE = 4 unless defined? UPDATE
class << self class << self
# @return [String] # @return [String]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment