Skip to content

Commit bf819f1

Browse files
committed
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
1 parent 57d850a commit bf819f1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "complexipy"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
edition = "2021"
55
authors = ["Robin Quintero <[email protected]>"]
66
license = "MIT"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The output of the command
127127
`complexipy path/to/file.py` will be:
128128

129129
```txt
130-
───────────────────────────── 🐙 complexipy 1.1.0 ──────────────────────────────
130+
───────────────────────────── 🐙 complexipy 1.2.0 ──────────────────────────────
131131
Summary
132132
┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
133133
┃ Path ┃ File ┃ Function ┃ Complexity ┃

complexipy/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
root_dir = Path(__file__).resolve().parent.parent
2424
app = typer.Typer(name="complexipy")
2525
console = Console()
26-
version = "1.1.0"
26+
version = "1.2.0"
2727

2828

2929
@app.command()

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The cognitive complexity of the file is 1, and the output of the command
123123
`complexipy path/to/file.py` will be:
124124

125125
```txt
126-
───────────────────────────── 🐙 complexipy 1.1.0 ──────────────────────────────
126+
───────────────────────────── 🐙 complexipy 1.2.0 ──────────────────────────────
127127
Summary
128128
┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
129129
┃ Path ┃ File ┃ Function ┃ Complexity ┃

0 commit comments

Comments
 (0)