Skip to content

Commit

Permalink
chore(release): 0.34.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.34.0](v0.33.2...v0.34.0) (2023-08-19)

### Features

* accept all types of GitHub tokens (personal and apps) ([#603](#603)) ([5d23b6c](5d23b6c))
* drop support for Python 3.7 ([65178f3](65178f3))
  • Loading branch information
semantic-release-bot committed Aug 19, 2023
1 parent 8113eb6 commit 309379e
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.33.2
current_version = 0.34.0
commit = False
tag = False

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.34.0](https://github.com/andreoliwa/nitpick/compare/v0.33.2...v0.34.0) (2023-08-19)

### Features

- accept all types of GitHub tokens (personal and apps) ([#603](https://github.com/andreoliwa/nitpick/issues/603)) ([5d23b6c](https://github.com/andreoliwa/nitpick/commit/5d23b6c8be4e7bc6e5e1eb0ea0b95dcd17948e23))
- drop support for Python 3.7 ([65178f3](https://github.com/andreoliwa/nitpick/commit/65178f3e4f1ba997306ff8b3405111e37978bd3f))

## [0.33.2](https://github.com/andreoliwa/nitpick/compare/v0.33.1...v0.33.2) (2023-05-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ this to the ``.pre-commit-config.yaml`` in your repository::

repos:
- repo: https://github.com/andreoliwa/nitpick
rev: v0.33.2
rev: v0.34.0
hooks:
- id: nitpick

Expand All @@ -401,7 +401,7 @@ If you use `MegaLinter <https://megalinter.github.io/>`_ you can run Nitpick as
.. code-block:: yaml
PLUGINS:
- https://raw.githubusercontent.com/andreoliwa/nitpick/v0.33.2/mega-linter-plugin-nitpick/nitpick.megalinter-descriptor.yml
- https://raw.githubusercontent.com/andreoliwa/nitpick/v0.34.0/mega-linter-plugin-nitpick/nitpick.megalinter-descriptor.yml
ENABLE_LINTERS:
- NITPICK
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author = "W. Augusto Andreoli"

# The short X.Y version
version = "0.33.2"
version = "0.34.0"
# The full version, including alpha/beta/rc tags
release = version

Expand Down
8 changes: 4 additions & 4 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ GitHub URL scheme (``github://`` or ``gh://``) pinned to a specific version:
.. code-block:: toml
[tool.nitpick]
style = "github://andreoliwa/nitpick@v0.33.2/nitpick-style.toml"
style = "github://andreoliwa/nitpick@v0.34.0/nitpick-style.toml"
# or
style = "gh://andreoliwa/nitpick@v0.33.2/nitpick-style.toml"
style = "gh://andreoliwa/nitpick@v0.34.0/nitpick-style.toml"
The ``@`` syntax is used to get a Git reference (commit, tag, branch).
It is similar to the syntax used by ``pip`` and ``pipx``:
Expand All @@ -76,14 +76,14 @@ A regular GitHub URL also works. The corresponding raw URL will be used.
.. code-block:: toml
[tool.nitpick]
style = "https://github.com/andreoliwa/nitpick/blob/v0.33.2/nitpick-style.toml"
style = "https://github.com/andreoliwa/nitpick/blob/v0.34.0/nitpick-style.toml"
Or use the raw GitHub URL directly:

.. code-block:: toml
[tool.nitpick]
style = "https://raw.githubusercontent.com/andreoliwa/nitpick/v0.33.2/nitpick-style.toml"
style = "https://raw.githubusercontent.com/andreoliwa/nitpick/v0.34.0/nitpick-style.toml"
You can also use the raw URL of a `GitHub Gist <https://gist.github.com>`_:

Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If you use pre-commit_ on your project, add this to the ``.pre-commit-config.yam
repos:
- repo: https://github.com/andreoliwa/nitpick
rev: v0.33.2
rev: v0.34.0
hooks:
- id: nitpick
Expand Down Expand Up @@ -100,7 +100,7 @@ If you use `MegaLinter <https://megalinter.github.io/>`_ you can run Nitpick as
.. code-block:: yaml
PLUGINS:
- https://raw.githubusercontent.com/andreoliwa/nitpick/v0.33.2/mega-linter-plugin-nitpick/nitpick.megalinter-descriptor.yml
- https://raw.githubusercontent.com/andreoliwa/nitpick/v0.34.0/mega-linter-plugin-nitpick/nitpick.megalinter-descriptor.yml
ENABLE_LINTERS:
- NITPICK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ linters:
name: NITPICK
install:
dockerfile:
- RUN pip install nitpick==0.33.2
- RUN pip install nitpick==0.34.0
examples:
- "nitpick check"
- "nitpick fix"
Expand Down
2 changes: 1 addition & 1 deletion nitpick-style.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default style file for nitpick
# https://github.com/andreoliwa/nitpick/blob/v0.33.2/nitpick-style.toml
# https://github.com/andreoliwa/nitpick/blob/v0.34.0/nitpick-style.toml

# Kept here for compatibility, if someone is still accessing the file via GitHub URL.
# This style just includes the built-in preset shipped with Nitpick.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nitpick",
"version": "0.33.2",
"version": "0.34.0",
"repository": {
"type": "git",
"url": "https://github.com/andreoliwa/nitpick.git"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ line-length = 120

[tool.poetry]
name = "nitpick"
version = "0.33.2"
version = "0.34.0"
description = "Enforce the same settings across multiple language-independent projects"
authors = ["W. Augusto Andreoli <andreoliwa@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/nitpick/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from nitpick.core import Nitpick

__all__ = ("Nitpick",)
__version__ = "0.33.2"
__version__ = "0.34.0"

logger.disable(PROJECT_NAME)

0 comments on commit 309379e

Please sign in to comment.