Skip to content

Commit

Permalink
update readme, bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Oct 16, 2024
1 parent 879c07b commit d2475ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Refer to [Docs.rs](https://docs.rs/substreams-antelope/latest/substreams_antelop

```toml
[dependencies]
substreams = "0.5"
substreams-antelope = "0.5"
substreams = "0.6"
substreams-antelope = "0.6"
```

**src/lib.rs**
Expand Down Expand Up @@ -93,6 +93,6 @@ fn main() {
- Bump up version in workspace `Cargo.toml`
- Commit changes
- Tag a release: https://github.com/pinax-network/substreams-antelope/releases
- Publish packages in this order: `core`, `abigen`, `substreams-antelope`.
- Publish packages in this order: `substreams-antelope-core`, `substreams-antelope-abigen`, `substreams-antelope`.

TODO: automate releases with github actions
2 changes: 1 addition & 1 deletion substreams-antelope/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "../README.md"
maintenance = { status = "actively-developed" }

[dependencies]
substreams = "^0.5.0"
substreams = "^0.6.0"
substreams-antelope-core = { version = "0.*", path = "../core" }
substreams-antelope-abigen = { version = "0.*", path = "../abigen" }

Expand Down

0 comments on commit d2475ff

Please sign in to comment.