Skip to content

Commit

Permalink
release: push affinidi did resolver libs to public
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Sep 9, 2024
1 parent cd96bf0 commit a0a8db4
Show file tree
Hide file tree
Showing 46 changed files with 11,831 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
18 changes: 18 additions & 0 deletions .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: on-push

on:
push:
branches:
- main
pull_request_target:
types:
- opened
- synchronize

jobs:
rust-workflow:
uses: affinidi/pipeline-rust/.github/workflows/on-push.yaml@main
secrets: inherit
with:
auditIgnore: "RUSTSEC-2022-0040,RUSTSEC-2023-0071"
publish_dry_run: false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Affinidi Trust Network - Affinidi Trusted Messaging

## Changelog history

### 9th September 2024 (release 0.1.5)

* Renaming crate names
* Setting publich to true for crates.io
* Bumping crate versions

### 5th September 2024 (release 0.1.4)

* Updated crates
* did-peer added missing types and support for peer implementation type 0 (supports 0 and 2).

### 3rd September 2024 (release 0.1.3)

* Added Debug trait to ClientConfig so we can print the config elsewhere

### 2nd September 2024 (release: 0.1.2)

* tokio crate updated
* release version changed to 0.1.2
* benchmark example - warnings removed
Loading

0 comments on commit a0a8db4

Please sign in to comment.