From 52539d9b5d92f2a2a3a97cd2d45b0588d8af3f2a Mon Sep 17 00:00:00 2001 From: Juan Ibiapina Date: Thu, 20 Jun 2024 23:41:27 +0200 Subject: [PATCH] chore: Bump version to 2.3.0 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- default.nix | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 870dfc0..82cc04e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.3.0 - 20.06.2024 + +- Add support for literal commands in completions + ## v2.2.0 - 20.06.2024 - Add new completions system. The old system is still supported so this isn't a diff --git a/Cargo.lock b/Cargo.lock index a2b14e6..93e1e21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,7 +262,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "sub" -version = "2.2.0" +version = "2.3.0" dependencies = [ "chumsky", "clap", diff --git a/Cargo.toml b/Cargo.toml index e9fe03b..2b7cc43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sub" -version = "2.2.0" +version = "2.3.0" description = "Dynamically generate rich CLIs from scripts." authors = ["Juan Ibiapina "] edition = "2021" diff --git a/default.nix b/default.nix index 1bda694..370c637 100644 --- a/default.nix +++ b/default.nix @@ -3,7 +3,7 @@ with pkgs; rustPlatform.buildRustPackage rec { name = "sub-${version}"; - version = "2.2.0"; + version = "2.3.0"; src = ./.; cargoLock = {