Skip to content

📦 deps: bump clishelf from 0.2.23 to 0.3.2#90

Merged
korawica merged 1 commit intomainfrom
dependabot/pip/clishelf-0.3.2
Nov 4, 2025
Merged

📦 deps: bump clishelf from 0.2.23 to 0.3.2#90
korawica merged 1 commit intomainfrom
dependabot/pip/clishelf-0.3.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps clishelf from 0.2.23 to 0.3.2.

Release notes

Sourced from clishelf's releases.

0.3.2

📖 Documentations

  • 📄 docs: update readme file.

📦 Build & Workflow

  • 👷 ci: update python version 314 and revise extra install.

0.3.1

[!WARNING] This package do not need the bump2version package anymore!! 🎉

🐛 Bug fixes

  • ⚙️ fixed: version bump does not valid.
  • ⚙️ fixed: config does not convert type.
  • ⚙️ fixed: context pass duplicate.
  • ⚙️ fixed: test import tomli that does not install.

✒️ Code Changes

  • 🚧 refactored: change version module to bump.

🎉 Features

  • 🎯 feat: migrate cli to manual bump cli.
  • 🎯 feat: add read ini file for legacy config.
  • 🎯 feat: migrate bump2version to this package.
  • 🎯 feat: add version part on the bump module.
  • 🎯 feat: add incrementer to bump module.
  • 🎯 feat: update chore commit message prefix.

📮 Dependencies

  • 📌 deps: add typing_extensions for python version less than 3.11.
  • 📌 deps: add tomli-w on test dependencies.
  • 📦 deps: bump click from 8.1.8 to 8.3.0 (#175)
  • 📌 deps: remove rtoml package.
  • :dependabot: dependabot: bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (#173)
  • :dependabot: dependabot: bump actions/setup-python from 5 to 6 (#172)

0.3.0

🎉 Features

  • 🎯 feat: drop support for python 3.9.

✒️ Code Changes

  • ⏪ revert: drop support workflow for py314.

... (truncated)

Changelog

Sourced from clishelf's changelog.

0.3.2

📖 Documentations

  • 📄 docs: update readme file.

📦 Build & Workflow

  • 👷 ci: update python version 314 and revise extra install.

0.3.1

🐛 Bug fixes

  • ⚙️ fixed: version bump does not valid.
  • ⚙️ fixed: config does not convert type.
  • ⚙️ fixed: context pass duplicate.
  • ⚙️ fixed: test import tomli that does not install.

✒️ Code Changes

  • 🚧 refactored: change version module to bump.

🎉 Features

  • 🎯 feat: migrate cli to manual bump cli.
  • 🎯 feat: add read ini file for legacy config.
  • 🎯 feat: migrate bump2version to this package.
  • 🎯 feat: add version part on the bump module.
  • 🎯 feat: add incrementer to bump module.
  • 🎯 feat: update chore commit message prefix.

📮 Dependencies

  • 📌 deps: add typing_extensions for python version less than 3.11.
  • 📌 deps: add tomli-w on test dependencies.
  • 📦 deps: bump click from 8.1.8 to 8.3.0 (#175)
  • 📌 deps: remove rtoml package.
  • :dependabot: dependabot: bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (#173)
  • :dependabot: dependabot: bump actions/setup-python from 5 to 6 (#172)

0.3.0

🎉 Features

  • 🎯 feat: drop support for python 3.9.

✒️ Code Changes

  • ⏪ revert: drop support workflow for py314.

... (truncated)

Commits
  • 3b762f4 Bump version: 0.3.1 → 0.3.2
  • 4ddbcba 📄 docs: update readme file.
  • 6b4ca7c 👷 ci: update python version 314 and revise extra install.
  • ce92d15 📌 deps: remove bump2version on optional deps.
  • b1c4254 🚧 refactored: Bump version: 0.3.0 → 0.3.1.
  • d002c96 ⚙️ fixed: version bump does not valid.
  • 537f10e ⚙️ fixed: config does not convert type.
  • 65ec688 ⚙️ fixed: context pass duplicate.
  • f1b5558 🎯 feat: migrate cli to manual bump cli.
  • e8601c0 🎯 feat: add read ini file for legacy config.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [clishelf](https://github.com/korawica/clishelf) from 0.2.23 to 0.3.2.
- [Release notes](https://github.com/korawica/clishelf/releases)
- [Changelog](https://github.com/korawica/clishelf/blob/main/CHANGELOG.md)
- [Commits](korawica/clishelf@v0.2.23...v0.3.2)

---
updated-dependencies:
- dependency-name: clishelf
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Nov 1, 2025
@korawica korawica merged commit e9dec44 into main Nov 4, 2025
@korawica korawica deleted the dependabot/pip/clishelf-0.3.2 branch November 4, 2025 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant