Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Sep 24, 2023
1 parent 401ea35 commit e39fba0
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
17 changes: 17 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ History

.. towncrier release notes start
0.12.0 (2023-09-24)
===================

Features
--------

- Add github/gitlab username:access_token parse support (#21)
- Migrate to bump-my-version (#79)


Bugfixes
--------

- Fix Gitlab URLs with branch (#42)
- Align tox.ini with github actions (#71)


0.11.1 (2023-08-04)
===================

Expand Down
1 change: 0 additions & 1 deletion changes/21.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/42.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/71.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/79.feature

This file was deleted.

2 changes: 1 addition & 1 deletion giturlparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = "Iacopo Spalletti"
__email__ = "i.spalletti@nephila.it"
__version__ = "0.11.1"
__version__ = "0.12.0"


def parse(url, check_domain=True):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ commit = true
message = "Release {new_version}"
commit_args = "--no-verify"
tag = false
current_version = "0.11.1"
current_version = "0.12.0"
parse = """(?x)
(?P<major>[0-9]+)
\\.(?P<minor>[0-9]+)
Expand Down

0 comments on commit e39fba0

Please sign in to comment.