- Updated nested config lookup to ignore build and package directories.
3.5
- Added `--no-scripts` option to skip install/update scripts. - Fixed logic in filtering nested configs.
3.4
- Updated messaging to clarify when nested dependencies are updated. - Added a warning when no dependencies match the specified names. - Added `all` as a keyword to bypass the default dependency group.
3.3.3
- Fixed handling of `depth` to find nested configs. (DavidWatkins)
3.3.1
- Replaced deprecated `pkg_resources` with `importlib` for package metadata.