Skip to content

Commit

Permalink
release 1.0.1 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
northernSage authored Mar 31, 2024
1 parent f1eaf73 commit 889b632
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
1.0.0 (unreleased)
1.0.1 (2024-04-31)
------------------

- Add missing test suite files to source distribution


1.0.0 (2024-03-23)
------------------

- `ProcessStarter.pattern` is now optional. Users may provide either `ProcessStarter.pattern` or `ProcessStarter.callback` or both.
Expand Down
11 changes: 0 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,47 +6,36 @@ A pytest plugin for managing external processes across test runs.
.. image:: https://img.shields.io/github/last-commit/pytest-dev/pytest-xprocess?color=blue
:target: https://github.com/pytest-dev/pytest-xprocess/commits/master
:alt: GitHub last commit

.. image:: https://img.shields.io/github/issues-pr-closed-raw/pytest-dev/pytest-xprocess?color=blue
:target: https://github.com/pytest-dev/pytest-xprocess/pulls?q=is%3Apr+is%3Aclosed
:alt: GitHub closed pull requests

.. image:: https://img.shields.io/github/issues-closed/pytest-dev/pytest-xprocess?color=blue
:target: https://github.com/pytest-dev/pytest-xprocess/issues?q=is%3Aissue+is%3Aclosed
:alt: GitHub closed issues

.. image:: https://img.shields.io/pypi/dm/pytest-xprocess?color=blue
:target: https://pypi.org/project/pytest-xprocess/
:alt: PyPI - Downloads

.. image:: https://img.shields.io/github/languages/code-size/pytest-dev/pytest-xprocess?color=blue
:target: https://github.com/pytest-dev/pytest-xprocess
:alt: Code size

.. image:: https://img.shields.io/pypi/v/pytest-xprocess.svg?color=blue
:target: https://github.com/pytest-dev/pytest-xprocess/releases
:alt: Release

.. image:: https://img.shields.io/badge/license-MIT-blue.svg?color=blue
:target: https://github.com/pytest-dev/pytest-xprocess/blob/master/LICENSE
:alt: License

.. image:: https://img.shields.io/pypi/pyversions/pytest-xprocess.svg?color=blue
:target: https://pypi.org/project/pytest-xprocess
:alt: supported python versions

.. image:: https://img.shields.io/github/issues-raw/pytest-dev/pytest-xprocess.svg?color=blue
:target: https://github.com/pytest-dev/pytest-xprocess/issues
:alt: Issues

.. image:: https://github.com/pytest-dev/pytest-xprocess/workflows/build/badge.svg
:target: https://github.com/pytest-dev/pytest-xprocess/actions
:alt: build status

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
:alt: style

.. image:: https://readthedocs.org/projects/pytest-xprocess/badge/?version=latest
:target: https://pytest-xprocess.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Expand Down

1 comment on commit 889b632

@kloczek
Copy link

@kloczek kloczek commented on 889b632 Apr 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like new version has been tagged not as v1.0.1 but 1.0.1.
Typo or this is new tagging convention? 🤔
(I'm asking because my automation uses exact pattern of the git tags)

Please sign in to comment.