datatree icon indicating copy to clipboard operation
datatree copied to clipboard

Add release notes for 0.0.9

Open jbusecke opened this issue 2 years ago • 3 comments

There were no release notes for v0.0.8 and v0.0.9. I bumped the current version in #123 but I assume there is more content missing?

jbusecke avatar Jul 14 '22 22:07 jbusecke

They are missing because those were debug attempts, not really real releases. I'm not sure what best practice is now.

TomNicholas avatar Jul 14 '22 23:07 TomNicholas

Ah then I would probably just delete these releases entirely? But maybe that is not the best way to do this?

jbusecke avatar Jul 18 '22 14:07 jbusecke

you can yank a release on PyPI, such that installers avoid installing it but someone who pinned their environment to exactly that version can still install it.

For future debug attempts, you can create versions with suffixes, like the pre-release suffixes: rc0, a0, b0. Those are only installed when explicitly requested (just like yanked releases, but without the extra work to mark them as such), and you don't need to update the release notes.

keewis avatar Jul 24 '22 10:07 keewis