Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparation for release 0.9.0 #217

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.9.0]

### Changes
- Updating URL from ccf.dev (#204)
- Add configurable policy via sandboxed JS execution (#203)
- did:x509 issuer support in IETF profile (#206)
- Allow svn parameter in the protected header (#209)
- example policy script and how to configure the application in dev (#210)
- Adds SGX build using custom 1ES GitHub SGX pool (#213)
- New cli argument allowing to specify receipt type to get after submission (#212)
- Accept CWT_Claims in envelopes, and expose them to policy (#211)
- Resolve Codeql complaints by @ivarprudnikov in (#215)
- Update build status badges on readme [ci skip] (#214)

## [0.8.0]

### Changes
- Improve reproducibility steps (#194)
- Fix CBOR encoder buffer overflow for large claims (#196)
- Update the CCF version to 5.0.0 (#200)
- Fix the path to runtime version (#201)
- Update OneBranch pipeline (#202)

## [0.7.2]

### Changes
Expand Down
2 changes: 1 addition & 1 deletion pyscitt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import find_packages, setup

PACKAGE_NAME = "pyscitt"
PACKAGE_VERSION = "0.3.1"
PACKAGE_VERSION = "0.4.0"

path_here = path.abspath(path.dirname(__file__))

Expand Down
Loading