Skip to content

Commit

Permalink
chore: 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger committed Mar 25, 2024
1 parent 18ea61e commit 4aa2ca1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 55 deletions.
60 changes: 7 additions & 53 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,7 @@

All notable changes to this project will be documented in this file.

## [0.7.0] - 2024-03-04

### Miscellaneous Tasks

- Update waku bindings version
- 0.7.0

## [0.6.1] - 2024-02-05

### Features

- Allow content topic matching when topic list is empty

### Miscellaneous Tasks

- Release 0.6.1

## [0.6.0] - 2024-01-04

### Features

- Add RadioPayload trait alias and requirements

### Refactor

- Decode function and update example
- Change nonce type
- Add discovery enr back to SDK
- Slack bot switched to using webhook instead of bot token

## [Prior to 0.6.0]
## [unreleased]

### Bug Fixes

Expand All @@ -52,6 +22,7 @@ All notable changes to this project will be documented in this file.
- Boot node connections
- Empty set_waku_event_callback at shutdown, refactor mpsc sender
- Remove filter subscription from content topic update
- Handle underflow error

### Documentation

Expand Down Expand Up @@ -86,31 +57,14 @@ All notable changes to this project will be documented in this file.
- Add content topic check at message handle
- PeerData GraphQL type, refactor peer helpers
- Add RadioPayload trait alias and requirements
- Allow content topic matching when topic list is empty

### Miscellaneous Tasks

- V0.0.14 (#137)
- Bump thiserror from 1.0.39 to 1.0.40 (#145)
- Bump actions/setup-go from 3 to 4 (#146)
- Bump serde from 1.0.156 to 1.0.158 (#144)
- Bump pascalgn/automerge-action from 0.8.0 to 0.15.6
- Bump reqwest from 0.11.14 to 0.11.16
- Bump serde_json from 1.0.94 to 1.0.95
- Bump ethers-core from 2.0.0 to 2.0.1
- Bump toml from 0.5.11 to 0.7.3
- Bump anyhow from 1.0.69 to 1.0.70
- Bump ethers from 2.0.0 to 2.0.1
- Bump version
- Bump ethers-contract from 2.0.1 to 2.0.2
- Bump ethers-derive-eip712 from 2.0.0 to 2.0.1
- Bump serde from 1.0.158 to 1.0.159
- Bump tokio from 1.26.0 to 1.27.0
- Bump slack-morphism from 1.8.0 to 1.9.0
- 0.0.17
- Bump ethers from 2.0.1 to 2.0.2
- Bump slack-morphism from 1.9.0 to 1.10.0
- Remove dependabot auto-merge
- Bump prometheus-http-query from 0.6.5 to 0.6.6
- Add e2e test helpers
- Release v0.1.1
- Release vv0.1.2
Expand Down Expand Up @@ -138,6 +92,10 @@ All notable changes to this project will be documented in this file.
- Release 0.5.1
- Release 0.5.2
- Release 0.6.0
- Release 0.6.1
- Update waku bindings version
- 0.7.0
- 0.7.1

### Refactor

Expand Down Expand Up @@ -202,10 +160,6 @@ All notable changes to this project will be documented in this file.
### Miscellaneous Tasks

- Add husky hook + dependabot (#65)
- Bump slack-morphism from 1.4.2 to 1.5.0 (#72)
- Bump serde_json from 1.0.91 to 1.0.92 (#73)
- Bump anyhow from 1.0.68 to 1.0.69 (#74)
- Bump serde_json from 1.0.92 to 1.0.93 (#83)
- Publish to crates.io
- Bump version
- Bump waku bindings
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graphcast-sdk"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
description = "SDK to build Graphcast Radios"
Expand Down

0 comments on commit 4aa2ca1

Please sign in to comment.