2024-03-04 20:19:39 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2024-10-12 15:06:00 +01:00
|
|
|
## [0.5.0-rc.4] - 2024-10-12
|
2024-10-12 15:00:21 +01:00
|
|
|
### Added
|
|
|
|
- Add `yes` argument to skip all prompts in publish command by @daimond113
|
|
|
|
- Publish all workspace members when publishing a workspace by @daimond113
|
|
|
|
|
2024-10-07 15:42:49 +01:00
|
|
|
### Fixed
|
|
|
|
- Add feature gates to `wally-compat` specific code in init command by @daimond113
|
|
|
|
|
2024-10-06 23:05:59 +01:00
|
|
|
## [0.5.0-rc.3] - 2024-10-06
|
2024-10-06 23:01:10 +01:00
|
|
|
### Fixed
|
|
|
|
- Use workspace specifiers' `target` field when resolving by @daimond113
|
|
|
|
|
2024-10-06 22:52:46 +01:00
|
|
|
## [0.5.0-rc.2] - 2024-10-06
|
2024-10-06 22:49:59 +01:00
|
|
|
### Added
|
|
|
|
- Add support for multiple targets under the same package name in workspace members by @daimond113
|
2024-10-06 22:50:58 +01:00
|
|
|
### Fixed
|
|
|
|
- Fix versions with dots not being handled correctly by @daimond113
|
2024-10-06 22:49:59 +01:00
|
|
|
|
2024-10-06 21:15:22 +01:00
|
|
|
## [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
|
|
|
|
|
2024-10-12 15:06:00 +01:00
|
|
|
[0.5.0-rc.4]: https://github.com/daimond113/pesde/compare/v0.5.0-rc.3..v0.5.0-rc.4
|
|
|
|
[0.5.0-rc.3]: https://github.com/daimond113/pesde/compare/v0.5.0-rc.2..v0.5.0-rc.3
|
2024-10-06 22:52:46 +01:00
|
|
|
[0.5.0-rc.2]: https://github.com/daimond113/pesde/compare/v0.5.0-rc.1..v0.5.0-rc.2
|
2024-10-06 21:15:22 +01:00
|
|
|
[0.5.0-rc.1]: https://github.com/daimond113/pesde/compare/v0.4.7..v0.5.0-rc.1
|