- PR: <https://github.com/iesahin/xvc/pull/263> - Removed reflink from default features - Hide directories in xvc file list output by default and add --show-dirs option - Set core.quotepath=off in git ls-files call to get paths in UTF-8 to match - Handle missing files in xvc file bring more gracefully - Fixed git version string to also consider lightweight tags - Fixed xvc file remove bug that panics when content digests not found - Fixed xvc file list help text and added a test/example for ignored files - Added more targets to Github builds - Releases now use houseabsolute/actions-rust-crossv0
0.6.12
- PR: <https://github.com/iesahin/xvc/pull/262> - Add --include-git-files option to xvc file track and xvc file list commands - Don't track and list Git-tracked files by default - Add ListFormat::empty for default xvc file list format - Expose types from `xvc::file::list` to be used in GUI - Refactor `xvc file list` command handler for Xvc GUI - Began to use dtolnay/rust-toolchain for Github Actions - Began to use taiki-e/install-actioncargo-llvm-cov for codecov - Fixed cache permissions issue
0.6.11
- PR: <https://github.com/iesahin/xvc/pull/260> - Bump dependencies - Replace globset with fast-glob for memory usage - Remove --details option from xvc check-ignore - Fixed xvc check-ignore to work with supplied paths - Fixed loading store targets from xvc file list - Directory targets in various commands doesn't require / at the end when they only exist in the cache - Removed some duplicate tests from ignore - Minio tests now use mc instead of s3cmd - Add a step to run a subset of tests in CI for faster feedback
0.6.10
- PR: <https://github.com/iesahin/xvc/pull/259> - Removed caching for globs that caused bugs in Python bindings and long running processes. - Documentation updates - Fix optional features. Now inter-workspace dependencies are defined by `default-features = false` on Cargo.toml - Added `bundled-openssl` feature to use `vendored` feature of `openssl` crate optionally. This is turned on for Windows builds on GA. - Crates are published from Github Actions
0.6.9
- Added sqlite-query dependency to xvc pipelines. A step is invalidated to run when the output from an SQLite query changes. - Moved bundled sqlite behind a feature flag, bundled_sqlite. - Merged xvc-workflow-tests crate to the main xvc crate. - Added compiling Xvc with non-default features document