Skip to content

Commit

Permalink
Update changelog for release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhoey committed Aug 22, 2023
1 parent 7b17c6d commit c80ab87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Version 0.2.2

- Hotfix for Docker deployment continued
- Handle wrong function import

## Version 0.2.1

- Hotfix for Docker deployment

## Version 0.2.0

- Add support for uppercase radarcode in file names (#53)
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Github Actions is used to automatic push releases to pypi by the publish step in

- `git checkout main`, `git pull origin main`
- Update the `CHANGELOG.md` with the changes for this new release
- `git commit -m 'Update changelog for release X.X.X' CHANGELOG.rst
- `git commit -m 'Update changelog for release X.X.X' CHANGELOG.md
- `git push origin master`
- Add git tags: `git tag vX.X.X`
- Push the git tags: `git push --tags`
Expand Down

0 comments on commit c80ab87

Please sign in to comment.