This commit is contained in:
Jacob Zaval 2021-02-25 12:48:36 -08:00
Родитель 09e87f740d
Коммит 0b07d65bb8
2 изменённых файлов: 9 добавлений и 1 удалений

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

@ -1,5 +1,13 @@
# Changelog
## [3.4.3] - 2020-02-25
### Fixed
- Updated `XCVersion` library `available_versions` output to *actually* not include "(installed)" status, as well as chomp newline characters.
- Updated unit tests to match new `XCVersion.available_versions` output.
## [3.4.2] - 2020-02-10
### Fixed

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

@ -4,7 +4,7 @@ maintainer_email 'chef@microsoft.com'
license 'MIT'
description 'Resources for configuring and provisioning macOS'
chef_version '>= 14.0'
version '3.4.2'
version '3.4.3'
source_url 'https://github.com/Microsoft/macos-cookbook'
issues_url 'https://github.com/Microsoft/macos-cookbook/issues'