Skip to content

Releases: tfversion/tfversion

v0.1.9

11 Mar 10:31
df2975d
Compare
Choose a tag to compare

Changelog

  • df2975d Don't allow negative value to be passed for --max-results flag (#33)
  • e64ec58 Show nicer error when version does not exist (#31)

v0.1.8

08 Mar 10:43
bfa849f
Compare
Choose a tag to compare

Changelog

  • bfa849f Auto-install a version when it is missing (#29)
  • 3df93ca Implement current subcommand (#28)

v0.1.7

07 Mar 20:52
11758df
Compare
Choose a tag to compare

Changelog

v0.1.6

07 Mar 20:34
5c5f36f
Compare
Choose a tag to compare

Changelog

  • 5c5f36f Small fix for listing with max results (#26)
  • f28e6ef Throw an error when an alias cannot be resolved (#25)
  • e8b112b feat: add flag to optionally list pre-release versions (#22)

v0.1.5

07 Mar 19:34
25b3a23
Compare
Choose a tag to compare

Changelog

  • 25b3a23 Feature: remove alias (#23)
  • ad25cd8 Use MkdirAll to ensure all parent dirs are also created (#24)

v0.1.4

06 Mar 09:00
88021a6
Compare
Choose a tag to compare

Changelog

  • 59f7a91 Correct subcommand error messages (#13)
  • 10694ea Feature: alias command (#10)
  • 88021a6 Improve printing and errors (#15)
  • 2d80717 chore(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 (#16)
  • 6064fa6 fix: ensure download location exists (#14)

v0.1.3

28 Feb 11:42
v0.1.3
fb2477b
Compare
Choose a tag to compare

Changelog

  • c21a932 add 'Configuring your shell' to README
  • c8a9d18 chore: change blue to cyan

v0.1.2

27 Feb 11:03
2adca86
Compare
Choose a tag to compare

Changelog

  • 2adca86 chore: ensure we exit the loop when find the latest version

v0.1.1

27 Feb 10:28
0b90ebf
Compare
Choose a tag to compare

Changelog

  • 3d282e0 Add comments
  • 29d53e5 Also implement --required for the command
  • 669e0f1 Better constraint matching
  • 49b3105 Disable godot linting
  • 4a4e767 First implementation of install --required
  • 06996da Fix logging when version was actually found and installed
  • fd919ba Remove implemented TODO
  • 35ffecb Robuster regex, future TODO
  • e6d5987 Update README
  • ba87752 chore: use a blank identifier for MarkFlagRequired

v0.1.0

26 Feb 22:25
068332d
Compare
Choose a tag to compare

Changelog

  • 068332d chore: add more examples to README