quagga 0.1.4

Quagga: A CLI tool that combines multiple text files into a single prompt suitable for Large Language Models.
Documentation
# Insruction how to release new version

1. Update the version in your Cargo.toml file.
2. Document changes in CHANGELOG.md.
3. Public to crates.io

```
cargo login
cargo package
cargo publish
```

4. Make a release on Github

```
git tag v0.1.2
git push origin v0.1.2
```

5. Update homebrew formula

In the homebrew formula:

https://github.com/evgenyneu/homebrew-quagga/blob/main/quagga.rb

* Update the version.
* Update the SHA256 hashes by downloading the files from Github releases (https://github.com/evgenyneu/quagga/releases) and calculate the hash for each binary:

```
shasum -a 256 quagga-macos-v0.1.3.tar.gz
```