mountepy
mountepy copied to clipboard
Release notes
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).
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.
Can probably use https://pypi.python.org/pypi/gitchangelog for that...