mountepy icon indicating copy to clipboard operation
mountepy copied to clipboard

Release notes

Open davidt99 opened this issue 9 years ago • 2 comments
trafficstars

There is any release notes somewhere? I use 0.3.0 and saw the version bumped to 0.3.3, I would like to know what changed (bug fixes and/or new features).

davidt99 avatar Aug 02 '16 10:08 davidt99

I'm not generating release notes yet, but I'll try to work them in at one point. Since I use AngularJS commit convention, this shouldn't be hard.

Right now, you can look at the commits and see which one is marked as a "fix" or a "feature". Sadly, I didn't have this convention from the beginning. But if you want to know if there were any new features you just need to look at the version number. I use semantic versioning, so if the last number changes it's only a fix, new features change the middle one.

butla avatar Aug 02 '16 11:08 butla

Can probably use https://pypi.python.org/pypi/gitchangelog for that...

butla avatar Oct 30 '16 21:10 butla