From 7baea61445e44b5b63c2a1b1a444bda9045db667 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Fri, 26 Jan 2024 10:36:44 -0800 Subject: [PATCH] [3.0.0] release. bump version. update changelog. --- CHANGELOG.md | 6 ++++-- Nine41.podspec | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d00c9..4cd9386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ The changelog for `Nine41`. Also see the [releases](https://github.com/jessesquires/Nine41/releases) on GitHub. -NEXT +3.0.0 ----- -- Minimum macOS 11 now required. +- Minimum macOS 11.0 now required +- Fixed "Invalid argument" error for `--time` value in Xcode 15.3 ([#70](https://github.com/jessesquires/Nine41/issues/70), [@jessesquires](https://github.com/jessesquires)) +- Performance optimizations, only create date formatters once ([@jessesquires](https://github.com/jessesquires)) 2.3.1 ----- diff --git a/Nine41.podspec b/Nine41.podspec index ebfb084..e5c9c9f 100644 --- a/Nine41.podspec +++ b/Nine41.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Nine41' - s.version = '2.3.1' + s.version = '3.0.0' s.license = 'MIT' s.summary = 'Automate overriding the status bars for all running iOS simulators' diff --git a/README.md b/README.md index 393b5bb..6f3c701 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Add `Nine41` to the `dependencies` value of your `Package.swift`. ```swift dependencies: [ - .package(url: "https://github.com/jessesquires/Nine41.git", from: "2.0.0") + .package(url: "https://github.com/jessesquires/Nine41.git", from: "3.0.0") ] ```