Releases: ValentinFrancois/python-gitlab-submodule
Releases · ValentinFrancois/python-gitlab-submodule
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)
0.1.3
- 8278366 version bump 0.1.2 -> 0.1.3
- 779b611 [PATCH] Delete old changelog config + trigger release
- b3d3dd0 [CONFIG] Update CI & README.md
0.1.2
- 47ca4a3 version bump 0.1.1 -> 0.1.2
- 5c349ab [PATCH] Trigger release
- 3fbaab6 set up auto package publishing
- d4db2c8 correct pytest command
- b440f74 move dev requirements to file + add pytest for python 3.10
- ce4a7b1 make test step work with python 3.10
- be32fc5 make tests work
- 08a9625 Create auto-validation action
- 6f40a1e Merge pull request #1 from darkdragon-001/improve-iterators
- 58301b1 Merge pull request #2 from darkdragon-001/fix-project-url
- ba60bac Avoid creating a list for iterators.
- 101dfee Fix Gitlab project attribute for web URL.
- 4eec526 fix old function names in tests