Skip to content

v0.5.0

Latest

Choose a tag to compare

@nieomylnieja nieomylnieja released this 11 Jul 16:55
96c62d9

What's Changed

🚀 Features

  • feat: add module scan progress spinner (#144) @nieomylnieja

    Added an interactive module scan spinner that reports Scanning x/y modules during terminal runs.

  • feat: discover go.mod when path is omitted (#142) @nieomylnieja

    Added support for running go-libyear without a source argument when using the default file source. The command now discovers the nearest go.mod by walking upward from the current directory and stops at Git boundaries.

🐞 Bug Fixes

  • fix: support private module pseudo-versions (#146) @nieomylnieja

    Fixed private Git module handling for Go pseudo-versions, submodule-prefixed tags, and untagged submodule @latest resolution.
    Updated module scan spinner output to show elapsed time before the active module name.

  • fix: handle invalid goproxy latest versions (#141) @nieomylnieja

    Fixed scans for legacy gopkg.in module paths when GOPROXY @latest pointed at an incompatible module path, allowing go-libyear to use the newest valid version instead of failing.

🧰 Maintenance

22 changes