Skip to content

Commit 52c5ae6

Browse files
committed
Update for v0.6.2 release
1 parent 1ac64cd commit 52c5ae6

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ SetPackageInfo( rec(
99

1010
PackageName := "BacktrackKit",
1111
Subtitle := "An extensible, easy to understand backtracking framework",
12-
Version := "0.6.1",
13-
Date := "21/12/2021", # dd/mm/yyyy format
12+
Version := "0.6.2",
13+
Date := "28/01/2022", # dd/mm/yyyy format
1414

1515

1616
Persons := [

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ at https://github.com/peal/BacktrackKit/issues
2727

2828
## History
2929

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.
3035

3136
0.6.1
3237
-----

0 commit comments

Comments
 (0)