-
Notifications
You must be signed in to change notification settings - Fork 0
Release version 3.0.1 #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated pre-commit hooks to their latest version: * [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks): v4.5.0 -> v5.0.0 * [ruff](https://github.com/astral-sh/ruff-pre-commit): v0.3.4 -> v0.11.13 * [reuse](https://github.com/fsfe/reuse-tool): v3.0.1 -> v5.0.2
Removed call of method `get_html_theme_path()` in `docs\conf.py` that made the `test` job of the `Build CI` workflow fail.
Fixed some typos and slightly improved the docstrings for the documentation. Closes #23
Fixed `__version__` constant
…with-sphinx-key Updated `.readthedocs.yaml` with Sphinx configuration key
Added some steps on how to create a virtual environment and install `pre-commit` to make it easier for new contributors to develop the library.
Added a small guide on how to fork the repository and open issues and pull requests for it.
…or-contributing Improved the documentation for contributing by adding a small guide on opening issues and pull requests, forking the repository and working on a fork in `README.rst`. Closes #29
Updated `SPDX` licencing tags for release `3.0.1`
adafruit-adabot
added a commit
to adafruit/CircuitPython_Community_Bundle
that referenced
this pull request
Jun 20, 2025
Updating https://github.com/EGJ-Moorington/CircuitPython_Button_Handler to 3.0.1 from e439dd5: > Merge pull request EGJ-Moorington/CircuitPython_Button_Handler#35 from EGJ-Moorington/dev < Merge pull request EGJ-Moorington/CircuitPython_Button_Handler#28 from EGJ-Moorington/26-update-readthedocsyaml-with-sphinx-key < Merge pull request EGJ-Moorington/CircuitPython_Button_Handler#27 from EGJ-Moorington/25-fix-__version__-constant < Merge pull request EGJ-Moorington/CircuitPython_Button_Handler#24 from EGJ-Moorington/23-fix-typos-in-documentation > Release version 3.0.0 (EGJ-Moorington/CircuitPython_Button_Handler#15) * Added constants to `ButtonInput` for parameter `action`. < Release version 3.0.0 (EGJ-Moorington/CircuitPython_Button_Handler#15) * Added constants to `ButtonInput` for parameter `action`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed
Build CI
workflow #22Fixes Update pre-commit hooks #17
Fixed some typos in docstrings #24
Resolves Fix typos in documentation #23
Fixed
__version__
constant #27Resolves Fix
__version__
constant #25Updated
.readthedocs.yaml
with Sphinx configuration key #28Resolves Update
.readthedocs.yaml
with Sphinx key #26Improved the documentation for contributing #30
Closes Improve documentation for contributing #29
Updated
SPDX
licencing tags for release3.0.1
#34Closes Update licencing tags #33