Clishelf

Latest version: v0.2.21

Safety actively analyzes 723152 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 8

0.1.3

Features

- :dart: feat: add clean untrack files on cm-revert command. (_2024-02-12_)
- :dart: feat: add bump version support with datetime mode with pre value. (_2024-02-12_)
- :dart: feat: add bump version support with datetime mode. (_2024-02-12_)
- :dart: feat: add df command for show files change on previous commit. (_2024-02-12_)
- :dart: feat: update emoji for commit message fixing. (_2024-02-12_)

Code Changes

- :construction: refactored: ⬆ bump actions/cache from 3 to 4 (_2024-02-01_)
- :construction: refactored: 📦 bump coverage[toml] from 7.4.0 to 7.4.1 (39) (_2024-01-29_)
- :construction: refactored: 📦 bump pytest from 7.4.4 to 8.0.0 (_2024-01-29_)
- :construction: refactored: 📦 bump more-itertools from 10.1.0 to 10.2.0 (_2024-01-15_)

Fix Bugs

- :gear: fixed: add dynamic value for regex on writer changelog func. (_2024-02-12_)

0.1.2

Features

- :dart: feat: add deps emoji for update any thing that relate with package dependency. (_2023-12-16_)

Code Changes

- :construction: refactored: ⬆ bump actions/setup-python from 4 to 5 (33) (_2024-01-01_)
- :construction: refactored: fix typos (32) (_2024-01-01_)
- :construction: refactored: 📦 bump pytest from 7.4.3 to 7.4.4 (_2024-01-01_)
- :construction: refactored: 📦 bump coverage[toml] from 7.3.4 to 7.4.0 (_2024-01-01_)
- :construction: refactored: 📦 bump coverage[toml] from 7.3.3 to 7.3.4 (_2023-12-27_)
- :construction: refactored: 📦 bump mypy from 1.7.1 to 1.8.0 (_2023-12-25_)
- :construction: refactored: 📦 bump coverage[toml] from 7.3.2 to 7.3.3 (_2023-12-18_)

Fix Bugs

- :gear: fixed: add deleted file stage for bump2version process. (_2024-01-04_)

Build & Workflow

- :toolbox: build: add python 3.12 for test workflow. (_2024-01-04_)

0.1.1

Features

- :dart: feat: add dep common command for generate dependencies. (_2023-12-15_)
- :dart: feat: add command mg for merge with strategy. (_2023-12-15_)
- :dart: feat: add get_version method on BumpVerConf. (_2023-12-15_)

Code Changes

- :construction: refactored: ⬆ bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (_2023-12-01_)
- :construction: refactored: 📦 bump mypy from 1.7.0 to 1.7.1 (_2023-11-27_)
- :construction: refactored: 📦 bump mypy from 1.6.1 to 1.7.0 (_2023-11-13_)
- :construction: refactored: 📦 update pytest requirement from <8.0.0,==7.4.2 to ==7.4.3 (_2023-10-30_)
- :construction: refactored: 📦 bump mypy from 1.5.1 to 1.6.1 (_2023-10-23_)
- :construction: refactored: change logic of writer_changelog function. (_2023-10-22_)

Documents

- :page_facing_up: docs: update README for a new git command. (_2023-12-15_)

Fix Bugs

- :gear: fixed: add regex key when generate bump2version config file. (_2023-12-15_)

Build & Workflow

- :toolbox: build: change frequency of dependabot from weekly to monthly. (_2023-11-22_)

0.1.0

Features

- :dart: feat: add write all changelog option for re-write all logs to new file. (_2023-10-17_)
- :dart: feat: add tag from version cli for create git tag by __about__. (_2023-10-06_)

Code Changes

- :construction: refactored: change the name of cli commands. (_2023-10-17_)
- :construction: refactored: change value on BumpVerConf obj in setting file. (_2023-10-16_)
- :construction: refactored: change print function to click.echo that recommend by click. (_2023-10-16_)
- :construction: refactored: 📦 bump mypy from 1.5.1 to 1.6.0 (13) (_2023-10-16_)
- :construction: refactored: 📦 bump pre-commit from 3.4.0 to 3.5.0 (_2023-10-16_)
- :construction: refactored: 📦 bump coverage[toml] from 7.3.1 to 7.3.2 (_2023-10-09_)

Documents

- :page_facing_up: docs: update doc-string on bump command. (_2023-10-17_)
- :page_facing_up: docs: update API commands on README file. (_2023-10-17_)

0.0.4

Features

- :dart: feat: add git cmd for sync deleted tag from remote. (_2023-10-06_)
- :dart: feat: add init-conf Git command for set name and email on local. (_2023-09-14_)

Code Changes

- :bookmark: Bump up to version 0.0.3 -> 0.0.4. (_2023-10-06_)
- :test_tube: test: update test-case for git cli. (_2023-10-06_)
- :construction: refactored: change test-case name and improve perf in git. (_2023-10-06_)
- :construction: refactored: add detail syntax for git commands. (_2023-09-26_)

Documents

- :page_facing_up: docs: update feature on README. (_2023-10-06_)
- :page_facing_up: docs: add comment statement on cli command. (_2023-10-06_)
- :page_facing_up: docs: add doc-string and license message. (_2023-10-02_)
- :page_facing_up: docs: update CONTRIBUTING file for revise name and email in git. (_2023-09-14_)

Fix Bugs

- :gear: fixed: add value for the Level enum before return. (_2023-10-06_)
- :gear: fixed: change make_color function that handle value of Enum. (_2023-10-06_)

0.0.3

Features

- :dart: feat: add CONTRIBUTING file to this project. (_2023-09-12_)
- :dart: feat: add CONTRIBUTING file to this project. (_2023-09-12_)

Code Changes

- :construction: refactor: [pre-commit.ci] auto fixes from pre-commit.com hooks (_2023-09-12_)
- :construction: refactor: [pre-commit.ci] pre-commit autoupdate (_2023-09-12_)
- :test_tube: test: add test case for git cli. (_2023-09-09_)
- :test_tube: test: add test case for git cli. (_2023-09-09_)
- :construction: refactor: ⬆ bump actions/checkout from 3 to 4 (_2023-09-08_)
- :test_tube: test: add parameter for pre-commit ci workflow. (_2023-09-08_)

Documents

- :page_facing_up: docs: edit README file and add more information of this project. (_2023-09-12_)

Build & Workflow

- :toolbox: build: add skip pytest from local repo of pre-commit config. (_2023-09-12_)
- :toolbox: build: add pip ecosystem in dependabot. (_2023-09-08_)
- :package: build: create dependabot.yml (_2023-09-08_)

Page 7 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.