diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a9409f..74dfe88c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## master +## 0.4.1 + +Add support for Swift 5.4 + ## 0.4.0 ### BREAKING CHANGES diff --git a/RELEASING.md b/RELEASING.md index eedcdc03..544ceb26 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,9 +1,7 @@ ## Steps for a new release -- Bump version in `Pathos.podspec`. - Bump version in `README.md`. - In `CHANGELOG.md`, create a section for the new version and move changes from the master section there. -- Run `pod lib lint` and make sure it succeeds without errors or wannings. - Check in all changes in git. - Make a new tag for the version number. - Push all changes and tag to GitHub and make a pull request. @@ -11,6 +9,5 @@ - Test the PR branch with a SwiftPM project using Pathos. - Merge the PR. - Create a GitHub release from the new version tag. Paste in content of -- corresponding change log. -- Run `pod trunk push`. + corresponding change log. - Run `make docs` to generate and deploy the documentation website.