pesde/CHANGELOG.md
2024-10-14 19:40:02 +02:00

2.4 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Support full version requirements in workspace version field by @daimond113
  • Improved authentication system for registry changes by @daimond113

Fixed

  • Correct pesde.toml inclusion message in publish command by @daimond113
  • Allow writes to files when link is false in PackageFS::write_to by @daimond113
  • Handle missing revisions in AnyPackageIdentifier::from_str by @daimond113
  • Make GitHub OAuth client ID config optional by @daimond113

0.5.0-rc.5 - 2024-10-12

Added

  • Inform user about not finding any bin package when using its bin invocation by @daimond113

Fixed

  • Fix self-upgrade overwriting its own binary by @daimond113
  • Allow use of Luau packages in execute command by @daimond113
  • Remove duplicated manifest file name in publish command by @daimond113

0.5.0-rc.4 - 2024-10-12

Added

  • Add yes argument to skip all prompts in publish command by @daimond113
  • Publish all workspace members when publishing a workspace by @daimond113

Fixed

  • Add feature gates to wally-compat specific code in init command by @daimond113

0.5.0-rc.3 - 2024-10-06

Fixed

  • Use workspace specifiers' target field when resolving by @daimond113

0.5.0-rc.2 - 2024-10-06

Added

  • Add support for multiple targets under the same package name in workspace members by @daimond113

Fixed

  • Fix versions with dots not being handled correctly by @daimond113

0.5.0-rc.1 - 2024-10-06

Changed

  • Rewrite the entire project in a more maintainable way by @daimond113
  • Support workspaces by @daimond113
  • Improve CLI by @daimond113
  • Support multiple targets for a single package by @daimond113
  • Make registry much easier to self-host by @daimond113
  • Start maintaining a changelog by @daimond113