Skip to content

Commit

Permalink
chore: version 0.0.2 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger authored Aug 29, 2023
1 parent 59a6e54 commit 2bb5d3a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,22 @@ All notable changes to this project will be documented in this file.
### Features

- One-shot message with retry
- Config groupings
- Upgrade-presync subcommand
- Resolve indexing status of new_hash of active indexers on current subg dep
- Status reqwest timeout and docs

### Miscellaneous Tasks

- Release 0.0.1
- Update labels workflow
- Version 0.0.2
- Version 0.0.2

### Refactor

- Rescope cli for sending UpgradeIntentMessage
- Use latest sdk with query fix
- Rename one-shot-cli to graphcast-cli

<!-- generated by git-cliff -->
7 changes: 4 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graphcast-cli"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
description = "CLI to participate in Graphcast network"
Expand All @@ -10,7 +10,7 @@ keywords = ["graphprotocol", "data-integrity", "Indexer", "waku", "p2p"]
categories = ["network-programming", "web-programming::http-client"]

[dependencies]
graphcast-sdk = { git = "https://github.com/graphops/graphcast-sdk" }
graphcast-sdk = "0.4.2"
once_cell = "1.17"
chrono = "0.4"
serde = { version = "1.0.163", features = ["rc"] }
Expand Down

0 comments on commit 2bb5d3a

Please sign in to comment.