We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac64cd commit 52c5ae6Copy full SHA for 52c5ae6
2 files changed
PackageInfo.g
@@ -9,8 +9,8 @@ SetPackageInfo( rec(
9
10
PackageName := "BacktrackKit",
11
Subtitle := "An extensible, easy to understand backtracking framework",
12
-Version := "0.6.1",
13
-Date := "21/12/2021", # dd/mm/yyyy format
+Version := "0.6.2",
+Date := "28/01/2022", # dd/mm/yyyy format
14
15
16
Persons := [
README.md
@@ -27,6 +27,11 @@ at https://github.com/peal/BacktrackKit/issues
27
28
## History
29
30
+0.6.2
31
+-----
32
+
33
+* Remove `Object` for a stabiliser constraint (as a synonym for source object).
34
+ This clashed with the HAP package.
35
36
0.6.1
37
-----
0 commit comments