Skip to content

Commit

Permalink
chore: release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger committed Aug 11, 2023
1 parent b3b58fb commit 4567047
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ All notable changes to this project will be documented in this file.
- Validation mechanism options for msg sender identity
- Subgraph owner, id, and deployment hash check
- Chainable msg type decoding and handling
- Add waku error type string

### Miscellaneous Tasks

Expand Down Expand Up @@ -80,6 +81,11 @@ All notable changes to this project will be documented in this file.
- Release 0.3.4
- Fix waku version
- Release 0.4.0
- Add labels workflow
- Update labels workflow
- Release 0.4.1
- Release v0.4.1
- Release v0.4.1

### Refactor

Expand All @@ -98,6 +104,8 @@ All notable changes to this project will be documented in this file.
- Verification fn moved to Account
- Optional graph node endpoint
- Gc validity not automatically checked
- Generic message validation
- Add IdValidations to_string

## [0.0.13] - 2023-03-07

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.4.0"
version = "0.4.1"
edition = "2021"
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
description = "SDK to build Graphcast Radios"
Expand Down

0 comments on commit 4567047

Please sign in to comment.