Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Releases: dylan-lang/dylan-tool

v0.11.1 - fix bug in validate-catalog

10 Apr 14:41
292b7bf
Compare
Choose a tag to compare

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

06 Feb 06:02
e2fcc4a
Compare
Choose a tag to compare

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

24 Jun 19:09
Compare
Choose a tag to compare

What's Changed

  • Add all available options to dylan package file template. by @fraya in #63
  • Fix create-symbolic-link for Windows by @cgay in #64

New Contributors

  • @fraya made their first contribution in #63

Full Changelog: v0.10.0...v0.10.1

v0.10.0 - Change package install directory

28 May 20:24
f6edf2e
Compare
Choose a tag to compare

What's Changed

  • Housekeeping stuff by @cgay in #59
  • Change default package install directory by @cgay in #61

Full Changelog: v0.9.0...v0.10.0

v0.9.0 - Install packages local to each workspace

11 May 03:49
Compare
Choose a tag to compare

What's Changed

  • Update GitHUB testing workflow by @cgay in #53
  • Update to match install-opendylan@v3 by @cgay in #54
  • Local packages by @cgay in #58

Full Changelog: v0.8.0...v0.9.0

v0.8.0 - Changes to workspace model

29 Jan 02:17
3139a21
Compare
Choose a tag to compare

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.

Full documentation

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

23 Nov 03:39
Compare
Choose a tag to compare

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

13 May 05:43
f52a55d
Compare
Choose a tag to compare

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

05 May 05:36
51cca93
Compare
Choose a tag to compare

What's Changed

  • Add a GitHub workflow to run tests by @cgay in #14
  • Create a link to dylan-compiler by @cgay in #15
  • Updates to GitHub CI by @cgay in #17
  • Implement dev dependencies by @cgay in #18
  • Merge pacman and workspaces into dylan-tool repo by @cgay in #20

Full Changelog: v0.4.1...v0.5.0

v0.4.1 - Bug fix release

26 Feb 21:02
Compare
Choose a tag to compare

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 the dylan new library command.

Full change log: v0.4.0...v0.4.1