mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: release 1.5.0
This commit is contained in:
parent
3aa0776fa5
commit
18fe24f335
12 changed files with 46 additions and 34 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -20,18 +20,27 @@ Types of changes
|
|||
<!--
|
||||
Before releasing update dependencies with:
|
||||
|
||||
/
|
||||
pushd .
|
||||
cargo update
|
||||
nix flake update
|
||||
/front/
|
||||
popd
|
||||
pushd front/
|
||||
cargo update
|
||||
nix flake update
|
||||
yarn upgrade
|
||||
/integrations/vscode/
|
||||
popd
|
||||
pushd integrations/vscode/
|
||||
yarn upgrade
|
||||
yarn2nix > yarn.lock.nix
|
||||
popd
|
||||
-->
|
||||
|
||||
## [1.5.0] - 2022-06-22
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated dependencies to its latest version.
|
||||
|
||||
## [1.4.0] - 2022-05-19
|
||||
|
||||
### Added
|
||||
|
@ -574,7 +583,8 @@ Before releasing update dependencies with:
|
|||
|
||||
---
|
||||
|
||||
[unreleased]: https://github.com/kamadorueda/alejandra/compare/1.4.0...HEAD
|
||||
[unreleased]: https://github.com/kamadorueda/alejandra/compare/1.5.0...HEAD
|
||||
[1.5.0]: https://github.com/kamadorueda/alejandra/compare/1.4.0...1.5.0
|
||||
[1.4.0]: https://github.com/kamadorueda/alejandra/compare/1.3.0...1.4.0
|
||||
[1.3.0]: https://github.com/kamadorueda/alejandra/compare/1.2.0...1.3.0
|
||||
[1.2.0]: https://github.com/kamadorueda/alejandra/compare/1.1.0...1.2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue