diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 49173535..70440674 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,7 +26,8 @@ jobs: # - build: beta # rust: beta - build: nightly - rust: nightly-2024-01-01 + rust: nightly + # rust: nightly-2024-01-01 test-args: --features test-ci --no-fail-fast ## for submitters other than me, I'll add another job here. # test-args: --no-fail-fast diff --git a/CHANGELOG.md b/CHANGELOG.md index 7312a618..52188f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 0.6.10 (2024-08-04) +- PR: - 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