This repository has been archived by the owner on Apr 21, 2024. It is now read-only.
v0.2.0 Minimal version selection
This release implements support for dependencies with semantic versions, and uses the "minimal version selection" dependency resolution described in https://research.swtch.com/vgo-principles. See the README.md for details.
Commits since v0.1.0 with "uninteresting" commits removed.
- 1601e84 Update for pacman with minimal version selection
- 1deb256 Use logging library for output
- df47cdf "dylan status" shows git status for active packages
- a735792 "dylan status" displays a list of active packages
- 0cd0156 'dylan status --directory' only shows the directory
- 8f196eb Fall back to ${HOME}/dylan if ${DYLAN} not set
- e41d7f1 Rename workspace-dir command to status, fix exit codes
- 2196e5a README.md: A few updates and edits