Releases: ValentinFrancois/python-gitlab-submodule
Releases · ValentinFrancois/python-gitlab-submodule
0.4.0
- 4dc40b7 version bump 0.3.0 -> 0.4.0
- a309afa [MINOR] Support multiple self hosted urls (#33)
0.3.0
- 5192c3b version bump 0.2.7 -> 0.3.0
- 60a88fd [MINOR] Add support for the remaining .gitmodules attributes (#34)
0.2.6
- d102362 version bump 0.2.5 -> 0.2.6
- 2c13670 [PATCH] Fix outdated GitHub workflows (#30)
0.2.5
- c56b453 version bump 0.2.4 -> 0.2.5
- 87549e0 [PATCH] Correctly handle URLs for self-managed gitlab (#25)
0.2.4
- 0948627 version bump 0.2.3 -> 0.2.4
- 4a0c5c1 [PATCH] Fix deprecation warning of python-gitlab (#23)
0.2.3
- 21e0328 version bump 0.2.2 -> 0.2.3
- 0713e67 [PATCH] Fix typo in install instructions (#22)
0.2.2
- 5c929f6 version bump 0.2.1 -> 0.2.2
- c424693 [PATCH] Fix missing PyPi package description (#21)
- 5a89437 [CONFIG] auto isort imports (#20)
0.2.1
- 043928d version bump 0.2.0 -> 0.2.1
- 0e985c9 [PATCH] Return None when the submodule commit is not contained in the diff (#19)
- 6ef3bf8 [CONFIG] Fix typo in README.md
0.2.0
- 971c3e0 version bump 0.1.5 -> 0.2.0
- 63987d5 [MINOR] Fix possible 404 errors + get rid of unnecessary arguments (#18)
BREAKING:
- removed argument
get_latest_commit_possible_if_not_found: bool
- removed argument
get_latest_commit_possible_ref: Optional[str]