1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: release 0.5.0

This commit is contained in:
Kevin Amado 2022-02-23 16:40:37 -05:00
parent 52a85dd4d7
commit 9782e5ad4b
15 changed files with 58 additions and 1149 deletions

View file

@ -17,6 +17,8 @@ Types of changes
- Security in case of vulnerabilities.
-->
## [0.5.0] - 2022-02-23
### Changed
- Pattern matching lambdas now always have the comma after the argument:
@ -38,6 +40,24 @@ Types of changes
+ revision ? "", # Specify revision for the options
```
- If-then-else expressions are indented only when necessary:
```diff
- then
- {
- crossDrv = overrideDerivation drv.crossDrv f;
- nativeDrv = overrideDerivation drv.nativeDrv f;
- }
+ then {
+ crossDrv = overrideDerivation drv.crossDrv f;
+ nativeDrv = overrideDerivation drv.nativeDrv f;
+ }
```
- All inputs and dependencies were updated to their latest version
- A lot of code was refactored to improve maintainability
## [0.4.0] - 2022-02-21
### Added
@ -227,7 +247,8 @@ Types of changes
---
[unreleased]: https://github.com/kamadorueda/alejandra/compare/0.4.0...HEAD
[unreleased]: https://github.com/kamadorueda/alejandra/compare/0.5.0...HEAD
[0.5.0]: https://github.com/kamadorueda/alejandra/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/kamadorueda/alejandra/compare/0.3.1...0.4.0
[0.3.1]: https://github.com/kamadorueda/alejandra/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/kamadorueda/alejandra/compare/0.2.0...0.3.0