Skip to content

Commit

Permalink
chore(release): 0.33.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.33.1](v0.33.0...v0.33.1) (2023-03-29)

### Bug Fixes

* **deps:** pin requests-cache to >=1.0.0 ([bc72699](bc72699))
* **deps:** update dependency tomlkit to v0.11.7 ([8dff578](8dff578))
  • Loading branch information
semantic-release-bot committed Mar 29, 2023
1 parent bc72699 commit 6d98425
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.0
current_version = 0.33.1
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.33.1](https://github.com/andreoliwa/nitpick/compare/v0.33.0...v0.33.1) (2023-03-29)

### Bug Fixes

- **deps:** pin requests-cache to >=1.0.0 ([bc72699](https://github.com/andreoliwa/nitpick/commit/bc726990f8a5ff7b5dcc703ac3316edfe8b5ba17))
- **deps:** update dependency tomlkit to v0.11.7 ([8dff578](https://github.com/andreoliwa/nitpick/commit/8dff57858b2a796bce195b0e9893e34e56f6dc97))

# [0.33.0](https://github.com/andreoliwa/nitpick/compare/v0.32.0...v0.33.0) (2023-03-27)

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

repos:
- repo: https://github.com/andreoliwa/nitpick
rev: v0.33.0
rev: v0.33.1
hooks:
- id: nitpick

Expand All @@ -403,7 +403,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.0/mega-linter-plugin-nitpick/nitpick.megalinter-descriptor.yml
- https://raw.githubusercontent.com/andreoliwa/nitpick/v0.33.1/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.0"
version = "0.33.1"
# 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.0/nitpick-style.toml"
style = "github://andreoliwa/nitpick@v0.33.1/nitpick-style.toml"
# or
style = "gh://andreoliwa/nitpick@v0.33.0/nitpick-style.toml"
style = "gh://andreoliwa/nitpick@v0.33.1/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.0/nitpick-style.toml"
style = "https://github.com/andreoliwa/nitpick/blob/v0.33.1/nitpick-style.toml"
Or use the raw GitHub URL directly:

.. code-block:: toml
[tool.nitpick]
style = "https://raw.githubusercontent.com/andreoliwa/nitpick/v0.33.0/nitpick-style.toml"
style = "https://raw.githubusercontent.com/andreoliwa/nitpick/v0.33.1/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.0
rev: v0.33.1
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.0/mega-linter-plugin-nitpick/nitpick.megalinter-descriptor.yml
- https://raw.githubusercontent.com/andreoliwa/nitpick/v0.33.1/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.0
- RUN pip install nitpick==0.33.1
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.0/nitpick-style.toml
# https://github.com/andreoliwa/nitpick/blob/v0.33.1/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.0",
"version": "0.33.1",
"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.0"
version = "0.33.1"
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 # noqa: F401

__all__ = ("Nitpick",)
__version__ = "0.33.0"
__version__ = "0.33.1"

logger.disable(PROJECT_NAME)

0 comments on commit 6d98425

Please sign in to comment.