File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -72,4 +72,7 @@ Making a New Release
72
72
--------------------
73
73
74
74
1 . Update the version in the header file. ` include/vigra/config_version.hxx `
75
- 2 . Create a tag on the main branch.
75
+ 2 . Create a short release in ` docsrc/credits_changelog.dxx ` .
76
+ 3 . Create a merge request.
77
+ 4 . Give "reasonable time" for others to chime in.
78
+ 5 . Create a tag on the main branch. The tag should follow ` Version-MAJOR-MINOR-PATCH ` format.
Original file line number Diff line number Diff line change 79
79
Many thanks to all!
80
80
<p>
81
81
82
+ <b> Changes from Version 1.12.0 to 1.12.1 (2024/09/02)</b>
83
+
84
+ <ul>
85
+
86
+ <li> Addressed incompatibilities with Numpy 2 in the implementation of ptp. https://github.com/ukoethe/vigra/pull/581
87
+
88
+ </ul>
89
+
82
90
<b> Changes from Version 1.11.2 to 1.12.0 (2024/08)</b>
83
91
84
92
<ul>
Original file line number Diff line number Diff line change 39
39
40
40
#define VIGRA_VERSION_MAJOR 1
41
41
#define VIGRA_VERSION_MINOR 12
42
- #define VIGRA_VERSION_PATCH 0
43
- #define VIGRA_VERSION " 1.12.0 "
42
+ #define VIGRA_VERSION_PATCH 1
43
+ #define VIGRA_VERSION " 1.12.1 "
44
44
45
45
#endif /* VIGRA_CONFIG_VERSION_HXX */
You can’t perform that action at this time.
0 commit comments