Announce v0.1.1

This commit is contained in:
Mihai Dinculescu
2022-10-21 15:00:24 +01:00
parent 8ea0c17f99
commit e49650e563
7 changed files with 13 additions and 8 deletions

View File

@@ -6,13 +6,14 @@ If you're thinking to create a PR with large feature/change, please first discus
## Releases
- Update version in `simconnect-sdk-derive/Cargo.toml`
- Update version in `examples/Cargo.toml`
- Update version in `simconnect-sdk/Cargo.toml` (crate + `simconnect-sdk-derive`)
- Update CHANGELOG.md
- Commit
- Add tag
```bash
git tag -a vX.X.X
git tag -a vX.X.X -m "vX.X.X"
```
- Push