From bf819f169c4aa4be07cf8d21ecc197156bd51637 Mon Sep 17 00:00:00 2001 From: Robin Quintero Date: Sun, 15 Dec 2024 07:09:34 -0500 Subject: [PATCH] feat(build): bump version to 1.2.0 - Update the version in Cargo.toml and Cargo.lock - Update the version in complexipy/main.py - Update the version in README.md - Update the version in docs/index.md --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- complexipy/main.py | 2 +- docs/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3da97ee..1b8ff6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,7 +65,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "complexipy" -version = "1.1.0" +version = "1.2.0" dependencies = [ "csv", "ignore", diff --git a/Cargo.toml b/Cargo.toml index f1219ef..e7e6a2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "complexipy" -version = "1.1.0" +version = "1.2.0" edition = "2021" authors = ["Robin Quintero "] license = "MIT" diff --git a/README.md b/README.md index 0f83063..76003e4 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ The output of the command `complexipy path/to/file.py` will be: ```txt -───────────────────────────── 🐙 complexipy 1.1.0 ────────────────────────────── +───────────────────────────── 🐙 complexipy 1.2.0 ────────────────────────────── Summary ┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓ ┃ Path ┃ File ┃ Function ┃ Complexity ┃ diff --git a/complexipy/main.py b/complexipy/main.py index 2597131..57dd331 100644 --- a/complexipy/main.py +++ b/complexipy/main.py @@ -23,7 +23,7 @@ root_dir = Path(__file__).resolve().parent.parent app = typer.Typer(name="complexipy") console = Console() -version = "1.1.0" +version = "1.2.0" @app.command() diff --git a/docs/index.md b/docs/index.md index 5b6c7dd..c6dbc79 100644 --- a/docs/index.md +++ b/docs/index.md @@ -123,7 +123,7 @@ The cognitive complexity of the file is 1, and the output of the command `complexipy path/to/file.py` will be: ```txt -───────────────────────────── 🐙 complexipy 1.1.0 ────────────────────────────── +───────────────────────────── 🐙 complexipy 1.2.0 ────────────────────────────── Summary ┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓ ┃ Path ┃ File ┃ Function ┃ Complexity ┃