Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(thegraph-core): release v0.8.0 #346

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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