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

feat: update dependencies and inputs

This commit is contained in:
Kevin Amado 2022-02-25 16:44:25 -05:00
parent 391e33c537
commit 8c5924d0bd
5 changed files with 280 additions and 271 deletions

View file

@ -17,6 +17,14 @@ Types of changes
- Security in case of vulnerabilities.
-->
### Added
- A `--check` flag, which makes Alejandra emit an exit code of 2
if any file was changed during formatting.
This means you can now use Alejandra in your CI/CD
to ensure your code complies the Alejandra style.
### Fixed
- Multiline strings are handled as utf-8 correctly, preventing panics
@ -29,6 +37,8 @@ Types of changes
''
```
- All inputs and dependencies were updated to their latest version
## [0.5.0] - 2022-02-23
### Changed
@ -66,9 +76,9 @@ Types of changes
+ }
```
- All inputs and dependencies were updated to their latest version
- All inputs and dependencies were updated to their latest version.
- A lot of code was refactored to improve maintainability
- A lot of code was refactored to improve maintainability.
## [0.4.0] - 2022-02-21