Skip to content

Releases: your-tools/ruplacer

0.8.3 (2024-03-08)

08 Mar 17:01
Compare
Choose a tag to compare

Release Notes

  • Switch to cargo-dist to make releases

Download ruplacer 0.8.3

File Platform Checksum
ruplacer-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ruplacer-x86_64-apple-darwin.tar.xz Intel macOS checksum
ruplacer-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruplacer-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.8.2

09 Sep 11:12
Compare
Choose a tag to compare
  • Fix #102: don't write files when not required
  • Add missing new line in output when --dry-run is used
  • Update dependencies

v0.8.1

12 Nov 14:28
Compare
Choose a tag to compare
  • Bump to clap 4
  • Fix using --type-list on the command-line (#100)

v0.8.0

14 May 16:14
Compare
Choose a tag to compare
  • Breaking: replace Replacement::print_self() with Console::print_replacement(prefix, replacement).

v0.7.0

13 May 20:59
Compare
Choose a tag to compare
  • Add --quiet option. Suggested by @kypm
  • Breaking: DirectoryPatcher::new(), FilePatcher::new() and
    Replacement::print_self() now take an additional &Console
    argument.
  • Add a Console struct and a Verbosity enum

v0.6.5

06 May 16:49
Compare
Choose a tag to compare

v0.6.4

28 Feb 14:46
Compare
Choose a tag to compare
  • Fix bug where the printed number of matching files was generally too big.
  • Improve documentation for FilePatcher

v0.6.3

02 Feb 10:45
Compare
Choose a tag to compare
  • Update dependencies
  • Bump to Rust 2021 edition

v0.6.2

11 Jul 08:11
Compare
Choose a tag to compare
  • Fix regression in ruplacer's diff output introduced in 0.6.1.

v0.6.1

08 Jun 17:27
Compare
Choose a tag to compare
  • Handle trailing newlines consistently. Previously, ruplacer would always write file with a trailing new line. Patch by @LawnGnome.