Dataset of simple physical systems.
- Squash merge all features to 
main- Use 
feat(section): xxx,fix(section): yyy,chore(poetry): locketc as the squashed commit messages 
 - Use 
 - Run 
cz bump --dryto determine the new versionX.Y.Z. Or check out the documentation for imposing a version - Run 
git checkout -b release/X.Y.Z - Run 
cz bump. This will- Write 
docs/changelog.mdfrom the commit messages; update the version inpyproject.toml - Commit 
docs/changelog.mdandpyproject.toml - Create a new tag
 
 - Write 
 - Push to 
release/X.Y.Z - Merge to 
main, no need to squash, maybe don't delete the branch under release