Skip to content

Commit 95393e9

Browse files
committed
Release 0.16.3
1 parent 4b51d03 commit 95393e9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## master
3+
## main
4+
5+
## 0.16.3
46

57
BUG FIXES:
68

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ The following instructions uses `$VERSION` as a placeholder, where `$VERSION` is
7979

8080
1. Run the test suite and ensure all the tests pass.
8181

82-
1. Finalize the `## master` section in `CHANGELOG.md` assigning the version.
82+
1. Finalize the `## main` section in `CHANGELOG.md` assigning the version.
8383

8484
1. Commit and push the changes
8585

8686
```shell
8787
git commit -a -m "Release $VERSION"
88-
git push origin master
88+
git push origin main
8989
```
9090

9191
1. Wait for CI to complete.

0 commit comments

Comments
 (0)