Skip to content

Commit

Permalink
chore: release (#6)
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 12, 2024
1 parent fda43fc commit 50ef272
Show file tree
Hide file tree
Showing 4 changed files with 13 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.

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

## [Unreleased]

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

### Added

- boostrap tui

### Other

- fmt fix

## [0.1.1](https://github.com/wolf4ood/edc-rs/compare/v0.1.0...v0.1.1) - 2024-05-27

### Other
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.1.1"
version = "0.2.0"
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 @@ -17,7 +17,7 @@ tokio = {workspace=true}
serde = {workspace=true}
serde_json = {workspace=true}
async-trait = {workspace=true}
edc-connector-client = { path = "../edc-connector-client", version = "0.1.0"}
edc-connector-client = { path = "../edc-connector-client", version = "0.2.0" }
enum-ordinalize = "4.3.0"
strum = "0.26.2"
arboard = { version = "3.4.0", features = ["wayland-data-control"] }
Expand Down

0 comments on commit 50ef272

Please sign in to comment.