Releases: dylan-lang/dylan-tool
v0.11.1 - fix bug in validate-catalog
What's Changed
- automation: .yaml -> .yml standardization by @cgay in #85
- Update submodules pacman-catalog and testworks by @cgay in #86
- Doc updates mostly related to table of contents by @cgay in #87
- validate-catalog: Don't check dev dependencies by @cgay in #84
- dylan-package.json: Increment version to 0.11.1 by @cgay in #88
Full Changelog: v0.11.0...v0.11.1
v0.11.0 - Bug fix release
What's Changed
- Update "Building from Source" and README.md by @cgay in #66
- Fix bug when publishing initial version of a package by @cgay in #69
- create-symbolic-link: use ln -s instead of --symbolic by @cgay in #70
- Updating uncommon-dylan by @cgay in #73
- Add possible answers to ok-yes-no question prompt by @fraya in #75
- [doc] Integrate furo theme by @fraya in #76
- [doc] Fix note by @fraya in #79
- Fix #81 broken link in README by @fraya in #82
- Minor changes plus bump version to 0.11.0 by @cgay in #83
Full Changelog: v0.10.1...v0.11.0
v0.10.1 - Fix creation of "current" link on Windows
v0.10.0 - Change package install directory
What's Changed
Full Changelog: v0.9.0...v0.10.0
v0.9.0 - Install packages local to each workspace
v0.8.0 - Changes to workspace model
The primary change in this release is the ability to treat a single package as a workspace in and of itself. If no workspace.json file exists dylan
looks for dylan-package.json and treats its containing directory as a workspace.
dylan build
prepends the current workspace directory to OPEN_DYLAN_USER_ROOT
so that if the user has set that variable the current workspace's "registry" directory will be searched first.
What's Changed
- doc: move content from README to main docs by @cgay in #45
- New workspace model by @cgay in #46
- documentation: fix markup by @cgay in #47
- Recent work by @cgay in #48
- dylan new application: Add --simple flag by @cgay in #50
- Simplify dylan publish and dylan build by @cgay in #52
Full Changelog: v0.7.0...v0.8.0
v0.7.0 - Added "build" and "new application" commands
What's Changed
The main new features in this release are the "build" subcommand, which is more convenient than invoking dylan-compiler
manually in many cases, and a "new application" subcommand. The -x
option to "new library" has been removed.
In addition, output has been streamlined in various places.
Full Changelog: v0.6.0...v0.7.0
v0.6.0 - a "publish" subcommand and improved docs
What's Changed
- Add current git version to help output by @cgay in #25
- Add initial version of the 'publish' subcommand by @cgay in #26
- Documentation updates by @cgay in #27
- Fix "list" command plus various cleanups by @cgay in #28
- Add a version subcommand and doc updates by @cgay in #29
Full Changelog: v0.5.0...v0.6.0
v0.5.0 - dev dependencies
v0.4.1 - Bug fix release
This release pulls in bug fixes in its dependencies, pacman and workspaces. Specifically,
dylan update
now works when it tries to load a pkg.json file for a library that isn't in the catalog. For example a library just created by thedylan new library
command.
Full change log: v0.4.0...v0.4.1