Skip to content

Commit 2bb5d3a

Browse files
authored
chore: version 0.0.2 (#12)
1 parent 59a6e54 commit 2bb5d3a

3 files changed

Lines changed: 23 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,22 @@ All notable changes to this project will be documented in this file.
77
### Features
88

99
- One-shot message with retry
10+
- Config groupings
11+
- Upgrade-presync subcommand
12+
- Resolve indexing status of new_hash of active indexers on current subg dep
13+
- Status reqwest timeout and docs
14+
15+
### Miscellaneous Tasks
16+
17+
- Release 0.0.1
18+
- Update labels workflow
19+
- Version 0.0.2
20+
- Version 0.0.2
21+
22+
### Refactor
23+
24+
- Rescope cli for sending UpgradeIntentMessage
25+
- Use latest sdk with query fix
26+
- Rename one-shot-cli to graphcast-cli
1027

1128
<!-- generated by git-cliff -->

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphcast-cli"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2021"
55
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
66
description = "CLI to participate in Graphcast network"
@@ -10,7 +10,7 @@ keywords = ["graphprotocol", "data-integrity", "Indexer", "waku", "p2p"]
1010
categories = ["network-programming", "web-programming::http-client"]
1111

1212
[dependencies]
13-
graphcast-sdk = { git = "https://github.com/graphops/graphcast-sdk" }
13+
graphcast-sdk = "0.4.2"
1414
once_cell = "1.17"
1515
chrono = "0.4"
1616
serde = { version = "1.0.163", features = ["rc"] }

0 commit comments

Comments
 (0)