Skip to content

Commit

Permalink
Merge branch 'main' into feat/buf-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored Jun 28, 2023
2 parents 7722c4e + 252f7d4 commit 7fe7cba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
## Unreleased

### Features

- [#3476](https://github.com/ignite/cli/pull/3476) Use `buf.build` binary to code generate from proto files

### Changes

- [#3559](https://github.com/ignite/cli/pull/3559) Bump network plugin version to `v0.1.1`

## [`v0.27.0`](https://github.com/ignite/cli/releases/tag/v0.27.0)

### Features
Expand Down
2 changes: 1 addition & 1 deletion ignite/cmd/plugin_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type defaultPlugin struct {
}

const (
PluginNetworkVersion = "v0.1.0"
PluginNetworkVersion = "v0.1.1"
PluginNetworkPath = "github.com/ignite/cli-plugin-network@" + PluginNetworkVersion
)

Expand Down

0 comments on commit 7fe7cba

Please sign in to comment.