Skip to content

Commit

Permalink
chore: release (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 23, 2024
1 parent 2172a42 commit 8c0158a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions edc-connector-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1](https://github.com/wolf4ood/edc-rs/compare/v0.2.0...v0.2.1) - 2024-09-23

### Added

- resources pagination ([#16](https://github.com/wolf4ood/edc-rs/pull/16))
- *(tui)* transfer processes ([#14](https://github.com/wolf4ood/edc-rs/pull/14))
- *(tui)* contract negotiations ([#12](https://github.com/wolf4ood/edc-rs/pull/12))

## [0.2.0](https://github.com/wolf4ood/edc-rs/compare/v0.1.1...v0.2.0) - 2024-09-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion edc-connector-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edc-connector-client"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0"
description= "A Rust client for EDC"
Expand Down
2 changes: 1 addition & 1 deletion edc-connector-tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tokio = {workspace=true}
serde = {workspace=true}
serde_json = {workspace=true}
async-trait = {workspace=true}
edc-connector-client = { path = "../edc-connector-client", version = "0.2.0" }
edc-connector-client = { path = "../edc-connector-client", version = "0.2.1" }
enum-ordinalize = "4.3.0"
strum = "0.26.2"
arboard = { version = "3.4.0", features = ["wayland-data-control"] }
Expand Down

0 comments on commit 8c0158a

Please sign in to comment.