Skip to content

Commit

Permalink
chore(thegraph-core): release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 9, 2024
1 parent 758ba7d commit 02857dc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 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.

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

## [Unreleased]

## [0.8.0](https://github.com/edgeandnode/toolshed/compare/thegraph-core-v0.7.0...thegraph-core-v0.8.0) - 2024-11-09

### Added

- *(thegraph-core)* re-export alloy meta-crate ([#360](https://github.com/edgeandnode/toolshed/pull/360))
- *(thegraph-core)* remove serde feature from default features set ([#359](https://github.com/edgeandnode/toolshed/pull/359))

### Fixed

- pin alloy-signer ([#353](https://github.com/edgeandnode/toolshed/pull/353))

### Other

- *(thegraph-core)* improve crate docs.rs docs ([#363](https://github.com/edgeandnode/toolshed/pull/363))
- *(thegraph-core)* extend subgraph client integration tests timeout to 30s ([#362](https://github.com/edgeandnode/toolshed/pull/362))
- *(thegraph-core)* update crate readme ([#361](https://github.com/edgeandnode/toolshed/pull/361))
- *(thegraph-core)* update crate readme ([#357](https://github.com/edgeandnode/toolshed/pull/357))
- *(deps)* update alloy-rs crates to 0.5 ([#336](https://github.com/edgeandnode/toolshed/pull/336))

## [0.7.0](https://github.com/edgeandnode/toolshed/compare/thegraph-core-v0.6.1...thegraph-core-v0.7.0) - 2024-10-02

### Other
Expand Down
2 changes: 1 addition & 1 deletion thegraph-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "thegraph-core"
description = "Rust core modules for The Graph network"
version = "0.7.0"
version = "0.8.0"
repository = "https://github.com/edgeandnode/toolshed"
authors = ["Lorenzo Delgado (LNSD) <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 02857dc

Please sign in to comment.