Releases: seapagan/bundle-repo
Releases · seapagan/bundle-repo
0.4.0
New Features
- Implement the 'exclude' option (#28) by seapagan
- Implement the extend-exclude option (#27) by seapagan
Dependency Updates
- Update Rust crate tabled to 0.17.0 (#25) by renovate[bot]
- Update Rust crate url to v2.5.4 (#24) by renovate[bot]
- Update Rust crate clap to v4.5.21 (#23) by renovate[bot]
- Update Rust crate serde to v1.0.215 (#22) by renovate[bot]
- Update Rust crate tempfile to v3.14.0 (#21) by renovate[bot]
- Update Rust crate url to v2.5.3 (#20) by renovate[bot]
Full Changelog
| Diff
| Patch
0.3.0
New Features
- Implement a local config file to override the global one (#19) by seapagan
- Add a TOML configuration file to the project (#18) by seapagan
- Add exit codes where missing (#16) by seapagan
Documentation
Dependency Updates
- Update Rust crate regex to v1.11.1 (#15) by renovate[bot]
- Update Rust crate tiktoken-rs to 0.6.0 (#14) by renovate[bot]
Full Changelog
| Diff
| Patch
0.2.0
New Features
- Allow checking out a specific branch for a remote git repo (#13) by seapagan
- Display the branch name for detected local git repo (#12) by seapagan
- Add optional line numbers to all files (#10) by seapagan
Dependency Updates
- Update Rust crate clap to v4.5.20 (#11) by renovate[bot]
- Update Rust crate clap to v4.5.19 (#7) by renovate[bot]
- Configure Renovate (#6) by renovate[bot]
Full Changelog
| Diff
| Patch
0.1.0
Initial public release of the project.
New Features
- Add option to send output to clipboard and stdout (#5) by seapagan
- Properly ensure binary files are not included. (#3) by seapagan
- Display the token count for the generated xml file after running. Add option to choose the model. (#2) by seapagan
- Add '--file' option for custom output filename (#1) by seapagan
Bug Fixes