Skip to content

Commit

Permalink
Prepare for v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Nov 12, 2021
1 parent 4d981cf commit 5f60e22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ SetPackageInfo( rec(

PackageName := "BacktrackKit",
Subtitle := "An Extensible, easy to understand backtracking framework",
Version := "0.5.0",
Date := "03/08/2021", # dd/mm/yyyy format
Version := "0.5.1",
Date := "12/11/2021", # dd/mm/yyyy format


Persons := [
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ at https://github.com/peal/BacktrackKit/issues

## History

0.5.1
-----

Add IsEven and IsOdd refiners, to more efficiently handle alternating groups

0.5.0
-----

Expand Down

0 comments on commit 5f60e22

Please sign in to comment.