Skip to content

Commit

Permalink
Versioning details
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Biggs committed Apr 5, 2024
1 parent 1c9f9ca commit 8309d04
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
7 changes: 4 additions & 3 deletions pages/ActivityContent/Overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Activity Content Specification
__Version 1.2.0__
__Version pre-1.3.0__

Content references shared via the DSNP consist of URLs pointing to documents containing Activity Streams JSON objects.
For the purposes of the DSNP, restrictions are placed on the [Activity Streams 2.0](https://www.w3.org/TR/activitystreams-core/) specification.
Expand Down Expand Up @@ -45,9 +45,10 @@ URLs in DSNP-compatible Activity Content MUST use one of the following URL schem
| [LibertyDSNP/activity-content-java](https://github.com/LibertyDSNP/activity-content-java) | Java/Kotlin |
| [LibertyDSNP/activity-content-swift](https://github.com/LibertyDSNP/activity-content-swift) | Swift |

<!--- Uncomment for pre-release changes and prefix the version with `pre-[next version]`
<!--- Uncomment for pre-release changes and prefix the version with `pre-[next version]` -->
## Prerelease Changelog
--->

- [DIP-257](https://github.com/LibertyDSNP/spec/issues/257) Attribute Sets and Attestation

## Releases

Expand Down
2 changes: 1 addition & 1 deletion pages/DSNP/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A compliant specification MUST specify a mapping from its system-specific state
<!--- Uncomment for pre-release changes and prefix the version with `pre-[next version]` -->
## Prerelease Changelog

DIP-257 Attribute Set Announcements
- [DIP-257](https://github.com/LibertyDSNP/spec/issues/257) Attribute Sets and Attestation

## Releases

Expand Down
10 changes: 6 additions & 4 deletions pages/VerifiableCredentials/Overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Verifiable Credentials Specification
__Version 1.3.0__
__Version pre-1.3.0__

[Attribute Sets](../DSNP/AttributeSets.md) and [Interaction](../ActivityContent/Associated/Tag.md#interaction) tags shared via DSNP reference data documents containing Verifiable Credentials and related objects.
For DSNP purposes, certain restrictions and extensions are applied to the base World Wide Web Consortium (W3C) specification documents noted below.
Expand Down Expand Up @@ -47,15 +47,17 @@ See the individual pages for details of restrictions to and extensions on each t
| [LibertyDSNP/dsnp-verifiable-credentials](https://github.com/LibertyDSNP/dsnp-verifiable-credentials) | JavaScript/TypeScript |
| [LibertyDSNP/dsnp-did-resolver](https://github.com/LibertyDSNP/dsnp-did-resolver) | JavaScript/TypeScript |

<!--- Uncomment for pre-release changes and prefix the version with `pre-[next version]`
<!--- Uncomment for pre-release changes and prefix the version with `pre-[next version]` -->
## Prerelease Changelog
--->

- [DIP-257](https://github.com/LibertyDSNP/spec/issues/257) Attribute Sets and Attestation

<!-- Uncomment and add when released
## Releases
| Version | Description | Release Date | Changelog |
| --- | --- | --- | --- |
| [1.3.0-pre](https://github.com/LibertyDSNP/spec/tree/ActivityContent-v1.2.0) | Initial Release | 2024-02-02 | [Changelog](https://github.com/LibertyDSNP/spec/releases/tag/VerifiableCredentials-v1.3.0) |
-->

## Non-Normative

Expand Down
7 changes: 4 additions & 3 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ Through the DSNP, we hope to mitigate and ideally solve these challenges in the

## How to Read This Specification

There are three core specifications currently.
There are three core specifications and one system specification currently.

| Name | Version | Description |
| --- | --- | --- |
| [DSNP](DSNP/Overview.md) | 1.2.0 | The system-agnostic DSNP specification |
| [Activity Content](ActivityContent/Overview.md) | 1.2.0 | A specification for DSNP-referenced content (subset of W3C Activity Streams) |
| [DSNP](DSNP/Overview.md) | pre-1.3.0 | The system-agnostic DSNP specification |
| [Activity Content](ActivityContent/Overview.md) | pre-1.3.0 | A specification for DSNP-referenced content (subset of W3C Activity Streams) |
| [Verifiable Credentials](VerifiableCredentials/Overview.md) | pre-1.3.0 | Use of W3C Verifiable Credentials and DIDs with DSNP |
| [DSNP Over Frequency](Frequency/Overview.md) | - | DSNP Over Frequency specification |

Each specification is divided into several modules.
Expand Down

0 comments on commit 8309d04

Please sign in to comment.