File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
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+
415v0.10.0 (2023-05-21)
516======================
617
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " seaport"
3- version = " 0.10.0 "
3+ version = " 0.10.1 "
44description = " The modern MacPorts portfile updater"
55authors = [" harens <harensdeveloper@gmail.com>" ]
66maintainers = [" harens <harensdeveloper@gmail.com>" ]
@@ -71,7 +71,7 @@ max-line-length = "88"
7171target-version = [" py37" ]
7272
7373[tool .commitizen ]
74- version = " 0.10.0 "
74+ version = " 0.10.1 "
7575tag_format = " v$version"
7676version_files = [
7777 " pyproject.toml:version" ,
Original file line number Diff line number Diff line change 3333Find out more at https://seaport.rtfd.io/
3434"""
3535
36- __version__ = "0.10.0 "
36+ __version__ = "0.10.1 "
3737__all__ = ["portfile" ]
You canβt perform that action at this time.
0 commit comments