-
Notifications
You must be signed in to change notification settings - Fork 1
Initial public release: v1.0.0 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2fed783 to
55397e6
Compare
55397e6 to
b52ed61
Compare
Generated with clippy --fix
b52ed61 to
538d440
Compare
bab827f to
5ad671c
Compare
| 1.0.0 | ||
| - 2026-01-12 chore(style): cargo fmt | ||
| - 2026-01-12 chore(clippy): fix clippy lints | ||
| - 2026-01-10 chore: prepare for v1.0.0 | ||
| - 2025-06-05 feat: don't run duplicate jobs on PRs | ||
| - 2025-06-05 feat: Github CI pipeline to build and test ecdysis | ||
| - 2025-06-05 fix: cargo-sort lint | ||
| - 2025-06-05 feat: initial public ecdysis commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adopting https://keepachangelog.com/en/1.1.0/ (which I found it by reference from https://doc.rust-lang.org/cargo/reference/publishing.html ) instead of just listing commits.
There probably isn't a whole lot to be said for 1.0.0, because there isn't a real diff baseline 🙃 - so the file would be something like
# Changelog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2026-01-20
The first public release of this crate.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a good call-out and I agree. However, we currently have some hooks in place to generate the RELEASE NOTES from commit messages, and getting rid of that would require some minor code changes. I will file an issue in the repo and do it after the initial release :)
Cuts the initial public release of ecdysis (v1.0.0). Once this PR has been approved and merged, will (1) upload release artifacts; (2) upload the crate to crates.io; and (3) make the repository public.