We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525edc7 commit 0e5500eCopy full SHA for 0e5500e
CHANGELOG.md
@@ -1 +1,3 @@
1
# Changelog
2
+
3
+## 0.1.0 - 2024-12-16 - Initial release
RELEASES.md
@@ -3,7 +3,7 @@
* [ ] Update `CHANGELOG.md` using `./scripts/generate_changelog.py --version 0.NEW.VERSION`
4
* [ ] Bump version numbers in `Cargo.toml` and run `cargo check`.
5
* [ ] `git commit -m 'Release 0.x.0 - summary'`
6
-* [ ] `cargo publish --quiet -p new_project_name`
+* [ ] `cargo publish --quiet -p kittest`
7
* [ ] `git tag -a 0.x.0 -m 'Release 0.x.0 - summary'`
8
* [ ] `git pull --tags && git tag -d latest && git tag -a latest -m 'Latest release' && git push --tags origin latest --force && git push origin main ; git push --tags`
9
* [ ] Do a GitHub release: https://github.com/rerun-io/kittest/releases/new
0 commit comments