You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog/3.0.x.rst
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,6 @@
1
1
3.0.x
2
2
======
3
3
4
-
3.0.1 (2026-01-16)
5
-
-------------------
6
-
7
-
Bug Fixes
8
-
~~~~~~~~~
9
-
10
-
Fix ``OSErrorr`` exception raised if using ``setuptools-git-versioning`` in system without ``git`` installed (:github:pull:`126`).
11
-
Thanks to :github:user:`jeffawang`.
12
-
13
4
3.0.0 (2026-01-16)
14
5
-------------------
15
6
@@ -38,3 +29,12 @@ Bug Fixes
38
29
relative file version was resolved against ``os.cwd``, not explicitly passed ``root``.
39
30
- Fix epoch versions like ``0!2025.12.3`` were wrongly converted to ``0.2025.12.3`` (:github:issue:`122`).
40
31
- Using version_file-based schema with shallow git clone lead to version numbers like ``1.2.3.postNone``, now it is ``1.2.3.post0`` (:github:issue:`104`).
32
+
33
+
3.0.1 (2026-01-16)
34
+
-------------------
35
+
36
+
Bug Fixes
37
+
~~~~~~~~~
38
+
39
+
Fix ``OSErrorr`` exception raised if using ``setuptools-git-versioning`` in system without ``git`` installed (:github:pull:`126`).
0 commit comments