Skip to content

Releases: silverwind/versions

15.0.0

15 Apr 23:28
Immutable release. Only release title and notes can be modified.
15.0.0
0d4a6dc

Choose a tag to compare

  • Rollback release steps on any failure (silverwind)
  • update deps (silverwind)
  • Breaking: Push commit and tag by default with opt-out flag (#47) (silverwind)
  • Add -V, --verbose flag (#45) (silverwind)

14.3.2

13 Apr 12:29
Immutable release. Only release title and notes can be modified.
14.3.2
9eeb31e

Choose a tag to compare

  • use dist (silverwind)
  • add jest-extended devDep (silverwind)
  • fix(test): work around bun vitest-compat gaps and Windows rm flakiness (silverwind)
  • update deps (silverwind)
  • Start token fetching early, remove non-null assertions (silverwind)
  • build: update versions to 14.3.1, add -R flag (silverwind)

14.0.1

13 Oct 17:05
14.0.1
16a5fae

Choose a tag to compare

Node.js 22 is now required

13.0.0

16 Jul 09:46
13.0.0
d51e327

Choose a tag to compare

Node 20 is now required

12.0.0

20 Oct 23:19
12.0.0
264cdca

Choose a tag to compare

Node 18 is now required

11.0.0

18 Apr 18:23
11.0.0
9ffa7ed

Choose a tag to compare

  • Node 16 or greater is now required

10.0.0

19 Oct 18:12
10.0.0
dfd9d1b

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

Choose a tag to compare

Node 14 is now required

8.0.0

01 Mar 10:25
8.0.0
d1fb211

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.