Skip to content

Releases: lpenz/stdecor

v0.1.12

25 Sep 21:14
ddb10f3
Compare
Choose a tag to compare

Commits

  • ddb10f3: Cargo.*: update dependencies, increment version to 0.1.12 (Leandro Lisboa Penz)

v0.1.11

14 May 10:51
cd9471a
Compare
Choose a tag to compare

Commits

  • 57f29e6: Add ascii demo infra; add demo-ping.gif to README.md (Leandro Lisboa Penz)
  • upgrade ghworkflow-rust to v0.23.1, and actions (Leandro Lisboa Penz)
  • d627550: Use ISO 8601 / RFC 3339 for date-time format (Leandro Lisboa Penz)
  • d3c1979: Do not add two spaces when prefix is not set (Leandro Lisboa Penz)
  • 6130f70: Increment version to 0.1.11 (Leandro Lisboa Penz)
  • cd9471a: flake.*: update to v0.1.11 (Leandro Lisboa Penz)

v0.1.10

01 Jan 17:47
8797d41
Compare
Choose a tag to compare

Commits

  • 927d595: ci.yml: update actions, ubuntu releases (Leandro Lisboa Penz)
  • 37500d4: flake.nix: use nix 23.11, update stdecor to 0.1.9 (Leandro Lisboa Penz)
  • e395984: Upgrade dependencies (Leandro Lisboa Penz)
  • 87ecec3: ci.yml: upgrade github actions (Leandro Lisboa Penz)
  • d559d5c: Fix issue of getting stuck when streams eof before process is done (Leandro Lisboa Penz)
  • 1a63787: Improve tracing messages (Leandro Lisboa Penz)
  • 8797d41: Increment version to 0.1.10 (Leandro Lisboa Penz)

v0.1.9

18 Oct 21:48
adf1325
Compare
Choose a tag to compare

Commits

  • adf1325: Update dependencies; increment version to 0.1.9 (Leandro Lisboa Penz)

v0.1.8

16 Sep 14:10
646c9fd
Compare
Choose a tag to compare

Commits

  • 646c9fd: Update dependencies, increment version to 0.1.8 (Leandro Lisboa Penz)

v0.1.7

06 Sep 22:58
6a88956
Compare
Choose a tag to compare

Commits

  • 2eb7c77: Update github actions (Leandro Lisboa Penz)
  • 163149b: Upgrade deps, and related changes (Leandro Lisboa Penz)
  • f6b99a4: Cargo.toml: increment version to 0.1.7 (Leandro Lisboa Penz)
  • 6a88956: flake.nix: use nix unstable to get latest rust compiler (Leandro Lisboa Penz)

v0.1.6

30 Jul 15:13
b897b9f
Compare
Choose a tag to compare

Commits

  • bee21db: Use the lineriver crate (Leandro Lisboa Penz)
  • include manual in github release (Leandro Lisboa Penz)
  • b897b9f: Increment version to 0.1.6 (Leandro Lisboa Penz)

v0.1.5

09 Jul 15:04
3602666
Compare
Choose a tag to compare

Commits

  • a4ec267: flake.nix: upgrade nix version to 0.1.4 (Leandro Lisboa Penz)
  • 25c6fb6: Use terminal width on executed commands (Leandro Lisboa Penz)
  • 2f1f793: No longer use tokio on pipes (Leandro Lisboa Penz)
  • 828efad: No longer use tokio in runner - i.e. no tokio at all (Leandro Lisboa Penz)
  • print stderr to stderr instead of stdout (Leandro Lisboa Penz)
  • 3602666: Increment version to 0.1.5 (Leandro Lisboa Penz)

v0.1.4

04 Jul 22:02
b5d7b3c
Compare
Choose a tag to compare

Commits

  • f67e1b9: Factor out "decorate" function and add a test for it (Leandro Lisboa Penz)
  • a9809f2: Add a man page (Leandro Lisboa Penz)
  • 8712cb4: README.md: intro and installation instructions (Leandro Lisboa Penz)
  • a62a38f: Use a BufWriter for output instead of creating an intermediary string (Leandro Lisboa Penz)
  • d096902: Move decorator and pipe to their own file (Leandro Lisboa Penz)
  • ec426ce: Move Cli to bin/, receive parameters as arguments (Leandro Lisboa Penz)
  • 884a478: Factor out Decor to hold decorator data and methods (Leandro Lisboa Penz)
  • 76acf0b: Detect terminal prefix and wrap lines manually to properly add prefix (Leandro Lisboa Penz)
  • b5d7b3c: Increment version to 0.1.4 (Leandro Lisboa Penz)

v0.1.3

25 Jun 21:29
1eb68e2
Compare
Choose a tag to compare

Commits

  • c45f204: Add a flake.nix/lock, deploy to cachix on main (Leandro Lisboa Penz)
  • make the command to run a required argument (Leandro Lisboa Penz)
  • 20d7087: Implement -p/--prefix to add prefix to both stdout+stderr (Leandro Lisboa Penz)
  • c746dcb: Use a single do_write function for both stdout and stderr (Leandro Lisboa Penz)
  • 2d39489: Exit the process with the exitstatus of the callee (Leandro Lisboa Penz)
  • d5f9f05: Implement -d/--date that adds date-time information to the output (Leandro Lisboa Penz)
  • a1fb6f8: Implement pipe mode for when there are no arguments (Leandro Lisboa Penz)
  • 1eb68e2: Increment version to 0.1.3 (Leandro Lisboa Penz)