Skip to content

Releases: so-dang-cool/findup

v2.0.0

24 Aug 09:06

Choose a tag to compare

  • findup now defaults to printing the full file path
    $ findup build.zig
    /workshop/github/so-dang-cool/findup/build.zig

    In version 1.x, it would print the file's parent directory.

  • To print a parent directory, use the -d flag
    $ findup -d build.zig
    /workshop/github/so-dang-cool/findup

Full Changelog: v1.1.3...v2.0.0

v1.1.3

22 Aug 19:42

Choose a tag to compare

What's Changed

Mostly dev/build changes

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

15 Oct 08:59

Choose a tag to compare

  • compile with zig 0.11.0
  • add aqua.yaml (for build-from-source)
  • update workflows and release artifact naming/layout
    • previously the artifact name was like $arch-$os-$libc.tgz and layout was $arch-$os-$libc/bin/findup
    • now the artifact name is findup-$arch-$os-$libc.tgz and layout is just findup

Full Changelog: v1.1.1...v1.1.2

findup 1.1.1

06 Jul 23:07

Choose a tag to compare

  • Added a link to this repository to help message
  • Automated artifacts attached to github releases

Full Changelog: v1.1...v1.1.1

Findup 1.1

25 Apr 05:59

Choose a tag to compare

  • Now builds with Zig 0.10.1
  • Better tests
  • Still does the same things

Full Changelog: v1.0...v1.1

findup v1.0

13 Jan 08:46

Choose a tag to compare