Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Apr 13, 2024
1 parent 7f1d1e8 commit 1eecb38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 1eecb38

Please # to comment.