Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

The changelog for the crates are located in the individual crates.

- [`credential-exchange`](./credential-exchange/CHANGELOG.md)
- [`credential-exchange-format`](./credential-exchange-format/CHANGELOG.md)
- [`credential-exchange-protocol`](./credential-exchange-protocol/CHANGELOG.md)
17 changes: 17 additions & 0 deletions credential-exchange-format/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

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.1.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Support for `SharedExtension` (#80)
Comment thread
Hinton marked this conversation as resolved.
Outdated

### Changed

- _BREAKING_: Changed all enums to be `#[non_exhaustive]` which allows additive changes to be
non-breaking in the future. (#80)
8 changes: 8 additions & 0 deletions credential-exchange-protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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.1.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
8 changes: 8 additions & 0 deletions credential-exchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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.1.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
Loading