Skip to content

Commit c80ab87

Browse files
committed
Update changelog for release 0.2.2
1 parent 7b17c6d commit c80ab87

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## Version 0.2.2
4+
5+
- Hotfix for Docker deployment continued
6+
- Handle wrong function import
7+
8+
## Version 0.2.1
9+
10+
- Hotfix for Docker deployment
11+
312
## Version 0.2.0
413

514
- Add support for uppercase radarcode in file names (#53)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Github Actions is used to automatic push releases to pypi by the publish step in
219219

220220
- `git checkout main`, `git pull origin main`
221221
- Update the `CHANGELOG.md` with the changes for this new release
222-
- `git commit -m 'Update changelog for release X.X.X' CHANGELOG.rst
222+
- `git commit -m 'Update changelog for release X.X.X' CHANGELOG.md
223223
- `git push origin master`
224224
- Add git tags: `git tag vX.X.X`
225225
- Push the git tags: `git push --tags`

0 commit comments

Comments
 (0)