Files
craftbox/CHANGELOG.md
CI f00709ee19 Build branch craftbox/main with version main to craftbox on branch main (b74f552)
Build pipeline: vsh-ci-build-template-xfb9n

Source commit: b74f55253e

Source message: Prepare for 0.3.2 release (#19)
2026-06-01 12:59:55 +00:00

1.4 KiB

craftbox 0.3.2

NEW FEATURES

  • move_files_to_directory: add support for moving directories (PR #17).

MINOR CHANGES

  • Bump viash to 0.9.7 (PR #18).

craftbox 0.3.1

MINOR CHANGES

  • concat_text: Allow input files to be a mixed bag of gzipped and plain text files (PR #12).

  • concat_text: Stream concatenated files to gzip (PR #12).

craftbox 0.3.0

NEW FEATURES

  • move_files_to_directory: add support for preserving symbolic links (PR #13).

craftbox 0.2.0

NEW FEATURES

  • sync_resources: Sync a Viash package's test resources to the local filesystem (PR #7).

  • move_files_to_directory: Publish one or multiple files to an output directory (PR #10).

  • check_disk_space: Add functionality to check available system resources (PR #14).

MINOR CHANGES

  • Add documentation to multiple components (PR #9).

  • Bump Viash to 0.9.4 (PR #9, PR #11).

  • Update documentation and package metadata (PR #11).

BUG FIXES

  • untar: Fix usage of a deprecated environment variable (PR #8).

craftbox 0.1.0

NEW FEATURES

  • concat_text: Concatenate a number of text files

  • csv2fasta: Convert two columns from a CSV file to FASTA entries (PR #1).

  • untar: Unpack a .tar file. When the contents of the .tar file is just a single directory, put the contents of the directory into the output folder instead of that directory (PR #3).

MINOR CHANGES

  • Bump viash to 0.9.0