Skip to content

Commit

Permalink
CHANGELOG: update for 1.3.0-rc0
Browse files Browse the repository at this point in the history
Signed-off-by: William Roberts <[email protected]>
  • Loading branch information
William Roberts committed Oct 31, 2022
1 parent e836f5b commit 8b30add
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.3.0-rc0 - 2022-10-31
### Fixed
- Resolution of include directory search paths when building CFFI bindings.
- Typo in pip package name in README.
- Missing package pycparser dependency in setup.cfg.
- Minimum version of tss2-esys as 2.4.0.
- Reproducible documentation builds using `SOURCE_DATE_EPOCH`. See #376.
- documentation issues, such as cross linking, indentation and style.
- test/test_utils.py::TestUtils::test_make_credential_ecc_camellia when CAMELLIA is not supported.
- Stop leaking tpm simulator references in test harness.

### Added
- Experimental bindings to the policy library tss2-policy. Require version 3.3+ of tpm2-tss to enable.
- Note: At this time only master branch contains support, thus consider this API as experimental.
- Support for Python 3.11.
- Testing on CI for built wheel.

## 1.2.0 - 2022-06-14
### Added
- utils function to parse tpm2-tools PCR values as function: unmarshal_tools_pcr_values.
Expand Down

0 comments on commit 8b30add

Please sign in to comment.