File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
3
+ ## 0.1.0 - 2024-12-16 - Initial release
Original file line number Diff line number Diff line change 3
3
* [ ] Update ` CHANGELOG.md ` using ` ./scripts/generate_changelog.py --version 0.NEW.VERSION `
4
4
* [ ] Bump version numbers in ` Cargo.toml ` and run ` cargo check ` .
5
5
* [ ] ` git commit -m 'Release 0.x.0 - summary' `
6
- * [ ] ` cargo publish --quiet -p new_project_name `
6
+ * [ ] ` cargo publish --quiet -p kittest `
7
7
* [ ] ` git tag -a 0.x.0 -m 'Release 0.x.0 - summary' `
8
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
9
* [ ] Do a GitHub release: https://github.com/rerun-io/kittest/releases/new
You can’t perform that action at this time.
0 commit comments