Skip to content

Commit 28b2f85

Browse files
committed
bump: version 0.10.0 β†’ 0.10.1
1 parent a01845f commit 28b2f85

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

β€Ždocs/source/changelog.rstβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
**********
33

4+
v0.10.1 (2023-05-21)
5+
======================
6+
7+
⚑️ Features
8+
------------
9+
- If the tests or lint fails, the port contents are reverted to their original state.
10+
11+
πŸ› Bugfixes
12+
------------
13+
- Fixed bug where seaport would ignore :code:`port lint` if there was only one warning/error.
14+
415
v0.10.0 (2023-05-21)
516
======================
617

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "seaport"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "The modern MacPorts portfile updater"
55
authors = ["harens <harensdeveloper@gmail.com>"]
66
maintainers = ["harens <harensdeveloper@gmail.com>"]
@@ -71,7 +71,7 @@ max-line-length = "88"
7171
target-version = ["py37"]
7272

7373
[tool.commitizen]
74-
version = "0.10.0"
74+
version = "0.10.1"
7575
tag_format = "v$version"
7676
version_files = [
7777
"pyproject.toml:version",

β€Žseaport/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
Find out more at https://seaport.rtfd.io/
3434
"""
3535

36-
__version__ = "0.10.0"
36+
__version__ = "0.10.1"
3737
__all__ = ["portfile"]

0 commit comments

Comments
Β (0)