Skip to content

Releases: silverwind/versions

12.0.0

20 Oct 23:19
12.0.0
264cdca
Compare
Choose a tag to compare

Node 18 is now required

11.0.0

18 Apr 18:23
11.0.0
9ffa7ed
Compare
Choose a tag to compare
  • Node 16 or greater is now required

10.0.0

19 Oct 18:12
10.0.0
dfd9d1b
Compare
Choose a tag to compare
  • Removed support for parsing version from package.json or pyproject.toml. Instead, version is now parsed from latest git tag.
  • Files to modify now need to be explicitely given, otherwise it will only create the git tag.
  • Removed --changelog argument. Changelog is now always created and uses - instead of *.
  • Removed --packageless argument.
  • Removed --globless argument and glob dependency.

9.0.0

11 Sep 13:25
9.0.0
e7aef24
Compare
Choose a tag to compare

Node 14 is now required

8.0.0

01 Mar 10:25
8.0.0
d1fb211
Compare
Choose a tag to compare

Breaking changes:

  • Will now only git add files modified by the tool itself. Use --all option to restore previous behavior.