~zethra/license

8f4b2f0c803945f82b8a9bdbb23fc6d606b13b26 — Sashanoraa 1 year, 2 months ago 118bb3f main 3.1.0
Bump version to 3.1.0

Signed-off-by: Sashanoraa <sasha@noraa.gay>
4 files changed, 5 insertions(+), 5 deletions(-)

M Cargo.lock
M Cargo.toml
M flake.nix
M license_codegen/Cargo.toml
M Cargo.lock => Cargo.lock +2 -2
@@ 273,7 273,7 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"

[[package]]
name = "license"
version = "3.0.0"
version = "3.1.0"
dependencies = [
 "chrono",
 "clap",


@@ 284,7 284,7 @@ dependencies = [

[[package]]
name = "license_codegen"
version = "3.0.0"
version = "3.1.0"
dependencies = [
 "quote",
]

M Cargo.toml => Cargo.toml +1 -1
@@ 7,7 7,7 @@

[package]
name = "license"
version = "3.0.0"
version = "3.1.0"
authors = ["Sashanoraa <sasha@noraa.gay>"]
description = "A tool to easily add a license to your project."
edition = "2021"

M flake.nix => flake.nix +1 -1
@@ 15,7 15,7 @@
          packages = rec {
            license = pkgs.rustPlatform.buildRustPackage rec {
              pname = "license";
              version = "3.0.0";
              version = "3.1.0";
              src = ./.;
              nativeBuildInputs = [ pkgs.installShellFiles pkgs.makeWrapper ];
              preInstall = ''

M license_codegen/Cargo.toml => license_codegen/Cargo.toml +1 -1
@@ 4,7 4,7 @@

[package]
name = "license_codegen"
version = "3.0.0"
version = "3.1.0"
authors = ["Sashanoraa <sasha@noraa.gay>"]
edition = "2021"