From 3d3f24127a8e2b28998a81c444f8b4b4f11da6c6 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Tue, 5 Apr 2022 15:23:26 -0500 Subject: [PATCH] feat: release 1.2.0 --- CHANGELOG.md | 3 ++- Cargo.lock | 4 ++-- README.md | 26 +++++++++++++------------- flake.nix | 2 +- front/Cargo.lock | 2 +- front/Cargo.toml | 2 +- integrations/vscode/package.json | 2 +- src/alejandra_cli/Cargo.toml | 2 +- src/alejandra_engine/Cargo.toml | 2 +- src/alejandra_engine/src/version.rs | 2 +- 10 files changed, 24 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10abbc0..a82bd1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -543,7 +543,8 @@ Types of changes --- -[unreleased]: https://github.com/kamadorueda/alejandra/compare/1.1.0...HEAD +[unreleased]: https://github.com/kamadorueda/alejandra/compare/1.2.0...HEAD +[1.2.0]: https://github.com/kamadorueda/alejandra/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/kamadorueda/alejandra/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/kamadorueda/alejandra/compare/0.7.0...1.0.0 [0.7.0]: https://github.com/kamadorueda/alejandra/compare/0.6.0...0.7.0 diff --git a/Cargo.lock b/Cargo.lock index 27c4e0f..22f0e9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "alejandra_cli" -version = "1.1.0" +version = "1.2.0" dependencies = [ "alejandra_engine", "atty", @@ -18,7 +18,7 @@ dependencies = [ [[package]] name = "alejandra_engine" -version = "1.1.0" +version = "1.2.0" dependencies = [ "mimalloc", "rnix", diff --git a/README.md b/README.md index 7148bc5..d9e4791 100644 --- a/README.md +++ b/README.md @@ -108,11 +108,11 @@ Please visit: You can download a binary for your platform: -- [aarch64-unknown-linux-musl](https://github.com/kamadorueda/alejandra/releases/download/1.1.0/alejandra-aarch64-unknown-linux-musl) -- [armv6l-unknown-linux-musleabihf](https://github.com/kamadorueda/alejandra/releases/download/1.1.0/alejandra-armv6l-unknown-linux-musleabihf) -- [armv7l-unknown-linux-musleabihf](https://github.com/kamadorueda/alejandra/releases/download/1.1.0/alejandra-armv7l-unknown-linux-musleabihf) -- [i686-unknown-linux-musl](https://github.com/kamadorueda/alejandra/releases/download/1.1.0/alejandra-i686-unknown-linux-musl) -- [x86_64-unknown-linux-musl](https://github.com/kamadorueda/alejandra/releases/download/1.1.0/alejandra-x86_64-unknown-linux-musl) +- [aarch64-unknown-linux-musl](https://github.com/kamadorueda/alejandra/releases/download/1.2.0/alejandra-aarch64-unknown-linux-musl) +- [armv6l-unknown-linux-musleabihf](https://github.com/kamadorueda/alejandra/releases/download/1.2.0/alejandra-armv6l-unknown-linux-musleabihf) +- [armv7l-unknown-linux-musleabihf](https://github.com/kamadorueda/alejandra/releases/download/1.2.0/alejandra-armv7l-unknown-linux-musleabihf) +- [i686-unknown-linux-musl](https://github.com/kamadorueda/alejandra/releases/download/1.2.0/alejandra-i686-unknown-linux-musl) +- [x86_64-unknown-linux-musl](https://github.com/kamadorueda/alejandra/releases/download/1.2.0/alejandra-x86_64-unknown-linux-musl) Make it executable (`$ chmod +x`) and run Alejandra with: @@ -136,7 +136,7 @@ Please visit: [search.nixos.org/packages?query=alejandra](https://search.nixos.o - Nix with [Flakes](https://nixos.wiki/wiki/Flakes): ```bash - $ nix profile install github:kamadorueda/alejandra/1.1.0 + $ nix profile install github:kamadorueda/alejandra/1.2.0 ``` - Nix stable: @@ -144,11 +144,11 @@ Please visit: [search.nixos.org/packages?query=alejandra](https://search.nixos.o Pick one depending on your platform: ```bash - $ nix-env -ivA aarch64-darwin -f https://github.com/kamadorueda/alejandra/tarball/1.1.0 - $ nix-env -ivA aarch64-linux -f https://github.com/kamadorueda/alejandra/tarball/1.1.0 - $ nix-env -ivA i686-linux -f https://github.com/kamadorueda/alejandra/tarball/1.1.0 - $ nix-env -ivA x86_64-darwin -f https://github.com/kamadorueda/alejandra/tarball/1.1.0 - $ nix-env -ivA x86_64-linux -f https://github.com/kamadorueda/alejandra/tarball/1.1.0 + $ nix-env -ivA aarch64-darwin -f https://github.com/kamadorueda/alejandra/tarball/1.2.0 + $ nix-env -ivA aarch64-linux -f https://github.com/kamadorueda/alejandra/tarball/1.2.0 + $ nix-env -ivA i686-linux -f https://github.com/kamadorueda/alejandra/tarball/1.2.0 + $ nix-env -ivA x86_64-darwin -f https://github.com/kamadorueda/alejandra/tarball/1.2.0 + $ nix-env -ivA x86_64-linux -f https://github.com/kamadorueda/alejandra/tarball/1.2.0 ``` Then run Alejandra with: @@ -166,7 +166,7 @@ $ alejandra --help inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; - alejandra.url = "github:kamadorueda/alejandra/1.1.0"; + alejandra.url = "github:kamadorueda/alejandra/1.2.0"; alejandra.inputs.nixpkgs.follows = "nixpkgs"; }; @@ -196,7 +196,7 @@ $ alejandra --help let alejandra = (import (builtins.fetchTarball { - url = "https://github.com/kamadorueda/alejandra/tarball/1.1.0"; + url = "https://github.com/kamadorueda/alejandra/tarball/1.2.0"; sha256 = "0000000000000000000000000000000000000000000000000000"; })) # Pick one from: aarch64-darwin, aarch64-linux, i686-linux, x86_64-darwin, x86_64-linux diff --git a/flake.nix b/flake.nix index f0644f6..0ffceb7 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ outputs = inputs: let commit = inputs.self.shortRev or "dirty"; date = inputs.self.lastModifiedDate or inputs.self.lastModified or "19700101"; - version = "1.1.0+${builtins.substring 0 8 date}.${commit}"; + version = "1.2.0+${builtins.substring 0 8 date}.${commit}"; nixpkgsForHost = host: import inputs.nixpkgs { diff --git a/front/Cargo.lock b/front/Cargo.lock index 6a0bbfd..494e90f 100644 --- a/front/Cargo.lock +++ b/front/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "alejandra_engine" -version = "1.1.0" +version = "1.2.0" dependencies = [ "mimalloc", "rnix", diff --git a/front/Cargo.toml b/front/Cargo.toml index 8186ff2..2e31f26 100644 --- a/front/Cargo.toml +++ b/front/Cargo.toml @@ -13,7 +13,7 @@ description = "The Uncompromising Nix Code Formatter" edition = "2021" name = "alejandra_front" repository = "https://github.com/kamadorueda/alejandra" -version = "1.1.0" +version = "1.2.0" [profile.release] lto = true diff --git a/integrations/vscode/package.json b/integrations/vscode/package.json index 10723c0..6a1b9d5 100644 --- a/integrations/vscode/package.json +++ b/integrations/vscode/package.json @@ -65,5 +65,5 @@ "type": "git", "url": "https://github.com/kamadorueda/alejandra" }, - "version": "1.1.0" + "version": "1.2.0" } diff --git a/src/alejandra_cli/Cargo.toml b/src/alejandra_cli/Cargo.toml index 7264663..91177f9 100644 --- a/src/alejandra_cli/Cargo.toml +++ b/src/alejandra_cli/Cargo.toml @@ -18,4 +18,4 @@ description = "The Uncompromising Nix Code Formatter" edition = "2021" name = "alejandra_cli" repository = "https://github.com/kamadorueda/alejandra" -version = "1.1.0" +version = "1.2.0" diff --git a/src/alejandra_engine/Cargo.toml b/src/alejandra_engine/Cargo.toml index ebb2d78..db54187 100644 --- a/src/alejandra_engine/Cargo.toml +++ b/src/alejandra_engine/Cargo.toml @@ -32,4 +32,4 @@ description = "The Uncompromising Nix Code Formatter" edition = "2021" name = "alejandra_engine" repository = "https://github.com/kamadorueda/alejandra" -version = "1.1.0" +version = "1.2.0" diff --git a/src/alejandra_engine/src/version.rs b/src/alejandra_engine/src/version.rs index d1bc1fa..296f612 100644 --- a/src/alejandra_engine/src/version.rs +++ b/src/alejandra_engine/src/version.rs @@ -1 +1 @@ -pub const VERSION: &str = "1.1.0"; +pub const VERSION: &str = "1.2.0";