Skip to content

Tags: codeinred/untree

Tags

v0.9.13

Toggle v0.9.13's commit message
Update ubuntu runner to ubuntu-24.04

v0.9.12

Toggle v0.9.12's commit message
release: 0.9.12

v0.9.11

Toggle v0.9.11's commit message
release: 0.9.11

v0.9.10

Toggle v0.9.10's commit message
move to astral.sh cargo-dist

v0.9.9

Toggle v0.9.9's commit message

Verified

This tag was signed with the committer’s verified signature.
codeinred Alecto Irene Perez
Improve formatting and colors for CLI

v0.9.8

Toggle v0.9.8's commit message

Verified

This tag was signed with the committer’s verified signature.
codeinred Alecto Irene Perez
Fix up clippy warnings & relax create_tree signature

v0.9.7

Toggle v0.9.7's commit message

Verified

This tag was signed with the committer’s verified signature.
codeinred Alecto Irene Perez
Finalize Version 0.9.7

Improve readme and link to documentation in Cargo.toml

v0.9.6

Toggle v0.9.6's commit message

Verified

This tag was signed with the committer’s verified signature.
codeinred Alecto Irene Perez
Finalize Version 0.9.6

Clean up documentation inside code

v0.9.5

Toggle v0.9.5's commit message

Verified

This tag was signed with the committer’s verified signature.
codeinred Alecto Irene Perez
Finalize Version 0.9.5

Clean up error handling and prepare for publication

v0.9.4

Toggle v0.9.4's commit message

Verified

This tag was signed with the committer’s verified signature.
codeinred Alecto Irene Perez
Finalize Version 0.9.4: Fix TOCTOU race condition

This fixes a TOCTOU race condition in file creation by using OpenOptions.create_new() to create files atomically if they don't already exist. This makes the program safer and prevents accidental destruction of a file that was just created by a separate process.