Skip to content

Commit 0e5500e

Browse files
committed
Release 0.1.0 - Initial release
1 parent 525edc7 commit 0e5500e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Changelog
2+
3+
## 0.1.0 - 2024-12-16 - Initial release

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* [ ] Update `CHANGELOG.md` using `./scripts/generate_changelog.py --version 0.NEW.VERSION`
44
* [ ] Bump version numbers in `Cargo.toml` and run `cargo check`.
55
* [ ] `git commit -m 'Release 0.x.0 - summary'`
6-
* [ ] `cargo publish --quiet -p new_project_name`
6+
* [ ] `cargo publish --quiet -p kittest`
77
* [ ] `git tag -a 0.x.0 -m 'Release 0.x.0 - summary'`
88
* [ ] `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`
99
* [ ] Do a GitHub release: https://github.com/rerun-io/kittest/releases/new

0 commit comments

Comments
 (0)