Skip to content

Commit 1eecb38

Browse files
committed
Update changelog
1 parent 7f1d1e8 commit 1eecb38

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ jobs:
4141
- name: Run Tests
4242
run: swift test
4343

44-
discover-typos:
44+
discover-typos:
4545
name: Discover Typos
46-
runs-on: macOS-14
46+
runs-on: macOS-13
4747
env:
48-
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
48+
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
4949
steps:
5050
- uses: actions/checkout@v2
5151
- name: Discover typos
5252
run: |
53-
export PATH="$PATH:/Library/Frameworks/Python.framework/Versions/3.12/bin"
53+
export PATH="$PATH:/Library/Frameworks/Python.framework/Versions/3.11/bin"
5454
python3 -m pip install --upgrade pip
5555
python3 -m pip install codespell
56-
codespell --ignore-words-list="hart,inout,msdos,sur" --skip="./.build/*,./Tests/GetTests/Mocker/*,./.git/*"
56+
codespell --ignore-words-list="hart,inout,msdos,sur" --skip="./.build/*"

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Get 2.x
22

3-
## Get 2.1.7
3+
## Get 2.2.0
44

55
*Apr 13, 2024*
66

7-
- Fix warnings in unit tests
7+
- Increase the minimum supported Xcode version to 15.0
8+
- Fix warnings in unit tests
89

910
## Get 2.1.6
1011

0 commit comments

Comments
 (0)