From 43d3df052481fb5491bde2008a36a732ac430661 Mon Sep 17 00:00:00 2001 From: Zandor Smith Date: Mon, 14 Mar 2022 14:25:44 +0100 Subject: [PATCH] Version bump (4.6.0) and update changelog. --- CHANGELOG.md | 17 +++++++++++++++++ DeviceKit.podspec | 2 +- DeviceKit.xcodeproj/project.pbxproj | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4217c3f..46e290e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## Version 4.6.0 + +Releasedate: 2022-03-15 + +```ruby +pod 'DeviceKit', '~> 4.6' +``` + +### New March 2022 devices + +This version adds support for the devices announced at the March 2022 Apple Event: ([#286](https://github.com/devicekit/DeviceKit/pull/308)) + +| Device | Case value | +| --- | --- | +| iPhone SE (3rd generation) | `Device.iPhoneSE3` | +| iPad Air (5th generation) | `Device.iPadAir5` | + ## Version 4.5.2 Releasedate: 2021-10-24 diff --git a/DeviceKit.podspec b/DeviceKit.podspec index b26e154..b6d85db 100644 --- a/DeviceKit.podspec +++ b/DeviceKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DeviceKit' - s.version = '4.5.2' + s.version = '4.6.0' s.summary = 'DeviceKit is a ยต-framework that provides a value-type replacement of UIDevice.' s.description = <<-DESC diff --git a/DeviceKit.xcodeproj/project.pbxproj b/DeviceKit.xcodeproj/project.pbxproj index fb5f3f9..665c2f0 100644 --- a/DeviceKit.xcodeproj/project.pbxproj +++ b/DeviceKit.xcodeproj/project.pbxproj @@ -382,7 +382,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 4.5.2; + MARKETING_VERSION = 4.6.0; MTL_ENABLE_DEBUG_INFO = YES; PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -439,7 +439,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 4.5.2; + MARKETING_VERSION = 4.6.0; MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit; PRODUCT_NAME = "$(TARGET_NAME)";