Skip to content

Releases: mcandre/tinyrick

#tarball

15 Jan 04:09
Compare
Choose a tag to compare

Replace zip archive with tarball for ease of Docker container injection.

#sync

05 Jan 01:57
Compare
Choose a tag to compare
  • Minor release to synchronize documentation
  • Readd precompiled binaries to release media

#netbsd

05 Jan 01:19
Compare
Choose a tag to compare
  • Update Rust
  • Add x86_64-unknown-netbsd

#port

05 Apr 01:21
Compare
Choose a tag to compare

Release media now includes ports of tinyrick to many more platforms.

Do-It-Yourself Mr. Bin

01 Nov 20:32
Compare
Choose a tag to compare

Changes:

  • Offer convenience function for querying host's preferred binary suffix (cygwin, WLS, etc. are right out).
  • Update documentation

Release archive includes binaries for a variety of x86_64 Linux systems. Other major OS's such as macOS and Windows can compile binaries from source.

tinyrick.rs, now with 120% more tinyrick!

31 Oct 02:29
Compare
Choose a tag to compare

Changes:

  • Standardize build configuration filename to tinyrick.rs
  • Offer -h/--help, -v/--version, and -l/--list tasks command line flags
  • Update walkthrough

Release archive includes binaries for a variety of x86_64 Linux systems. Other major OS's such as macOS and Windows can compile binaries from source.

I want to (burp)lieve

28 Oct 23:32
Compare
Choose a tag to compare

Changes:

  • wubba_lubba_dub_dub! now runs inside your main(), where you can declare any additional static initializers.
  • dep() caches dependent task runs, instead of running them every time.
  • phony!() disables caching for the given tasks.
  • Added more examples to the README

Release archive includes binaries for a variety of x86_64 Linux systems. Other major OS's such as macOS and Windows can compile binaries from source.

emergency exit edition

27 Oct 17:36
Compare
Choose a tag to compare

Changes:

  • API distinguishes between commands expected to succeed, vs. commands whose exit statuses are queriable
  • Clarify install behavior in example project
  • Add .gitignore to example project

Release archive includes binaries for a variety of x86_64 Linux systems. Other major OS's such as macOS and Windows can compile binaries from source.

🥒rick

27 Oct 16:54
Compare
Choose a tag to compare

Changes:

  • Fixed command execution when no arguments are supplied
  • Expand tests
  • Fix internal build

Release archive includes binaries for a variety of x86_64 Linux systems. Other major OS's such as macOS and Windows can compile binaries from source.

now 110% more stable!

27 Oct 03:49
Compare
Choose a tag to compare

Changes:

  • Namespaced macros, curtesy of Rust 1.30
  • tinyrick's own development build system shifted from make to sh to work around an issue with ulimits.
  • Shaggier shaggy dog README with more semi-lucid drooling

Release archive includes binaries for a variety of x86_64 Linux systems. Other major OS's such as macOS and Windows can compile binaries from source.