Skip to content

Commit

Permalink
bump: version 0.10.0 → 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harens committed May 21, 2023
1 parent a01845f commit 28b2f85
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
**********

v0.10.1 (2023-05-21)
======================

⚡️ Features
------------
- If the tests or lint fails, the port contents are reverted to their original state.

🐛 Bugfixes
------------
- Fixed bug where seaport would ignore :code:`port lint` if there was only one warning/error.

v0.10.0 (2023-05-21)
======================

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "seaport"
version = "0.10.0"
version = "0.10.1"
description = "The modern MacPorts portfile updater"
authors = ["harens <harensdeveloper@gmail.com>"]
maintainers = ["harens <harensdeveloper@gmail.com>"]
Expand Down Expand Up @@ -71,7 +71,7 @@ max-line-length = "88"
target-version = ["py37"]

[tool.commitizen]
version = "0.10.0"
version = "0.10.1"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down
2 changes: 1 addition & 1 deletion seaport/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
Find out more at https://seaport.rtfd.io/
"""

__version__ = "0.10.0"
__version__ = "0.10.1"
__all__ = ["portfile"]

0 comments on commit 28b2f85

Please sign in to comment.