This is primarily a bug fix release.
* Make dazl version return the proper string instead of "unknown".
* Fix a problem in matching where a query on a record with a different set of keys than the target object returns true instead of false as it should.
* Fix a problem where DALFs with no dependencies or dependents were incorrectly never being read. This is mostly a cosmetic problem introduced by recent versions of the DAML SDK, but if a DALF with a template and no dependencies was somehow constructed (currently not possible in any version of the DAML SDK), those templates would have been ignored instead of being processed.