зеркало из
1
0
Форкнуть 0

Merge pull request #384 from veronicagg/updaterel

Updating version and changelog for 0.7.5 release
This commit is contained in:
veronicagg 2016-05-02 11:19:54 -07:00
Родитель 16ade49cbf 257c02c468
Коммит 2108be92a7
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,6 @@
## 2016.5.2 - Azure Gems @version 0.7.5
* Require azure/core before extending serialization class with it [#383](https://github.com/Azure/azure-sdk-for-ruby/pull/383)
## 2016.4.18 - Azure Gems @version 0.7.4
* Signing key must be provided (ArgumentError) [#367](https://github.com/Azure/azure-sdk-for-ruby/issues/367)
* Can not upload file with spaces [#360](https://github.com/Azure/azure-sdk-for-ruby/issues/360)

Просмотреть файл

@ -17,7 +17,7 @@ module Azure
class Version
MAJOR = 0 unless defined? MAJOR
MINOR = 7 unless defined? MINOR
UPDATE = 4 unless defined? UPDATE
UPDATE = 5 unless defined? UPDATE
PRE = nil unless defined? PRE
class << self