From 1eecb385ff616a8569a2fd2658dd95eb1ae07623 Mon Sep 17 00:00:00 2001 From: kean Date: Sat, 13 Apr 2024 13:18:06 -0400 Subject: [PATCH] Update changelog --- .github/workflows/ci.yml | 10 +++++----- CHANGELOG.md | 5 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4316c3..6d056a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,16 +41,16 @@ jobs: - name: Run Tests run: swift test - discover-typos: + discover-typos: name: Discover Typos - runs-on: macOS-14 + runs-on: macOS-13 env: - DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer steps: - uses: actions/checkout@v2 - name: Discover typos run: | - export PATH="$PATH:/Library/Frameworks/Python.framework/Versions/3.12/bin" + export PATH="$PATH:/Library/Frameworks/Python.framework/Versions/3.11/bin" python3 -m pip install --upgrade pip python3 -m pip install codespell - codespell --ignore-words-list="hart,inout,msdos,sur" --skip="./.build/*,./Tests/GetTests/Mocker/*,./.git/*" + codespell --ignore-words-list="hart,inout,msdos,sur" --skip="./.build/*" diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d9c39..4cc5e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Get 2.x -## Get 2.1.7 +## Get 2.2.0 *Apr 13, 2024* -- Fix warnings in unit tests +- Increase the minimum supported Xcode version to 15.0 +- Fix warnings in unit tests ## Get 2.1.6