Releases: ValentinFrancois/python-gitlab-submodule
Releases · ValentinFrancois/python-gitlab-submodule
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]
0.1.5
- e1821c8 version bump 0.1.4 -> 0.1.5
- e0517c1 [PATCH] Fix parsing submodule URL (passes tests) (#7)
0.1.4
- 9af5b3a version bump 0.1.3 -> 0.1.4
- 05a6d98 [PATCH] Fix merge squash commit message (#14)
- 5a7ccd1 clean CI code a bit + add CodeQL steps (#13)