8000 chore: release v0.19.2 by ilgooz · Pull Request #1969 · ignite/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: release v0.19.2 #1969

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

Merged
merged 9 commits into from
Jan 19, 2022
Merged
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
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ 9E7A jobs:
go-version: 1.16
- run: ./scripts/test-unit
if: env.GIT_DIFF

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ License: Apache2.0
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
25 changes: 24 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Changelog

## Unreleased
## [`v0.19.2`](https://github.com/tendermint/starport/milestone/14)

### Fixes:

- Fixed race condition during faucet transfer.
- Fixed account sequence mistmatch issue on faucet and relayer.
- Fixed templates for IBC code scaffolding.

### Features:

- Upgraded templates to use IBC v2.0.2.

### Breaking Changes:

- Deprecated `tendermint/spm` and moved its content to this repo under `pkg/`.
- Updated faucet's HTTP API schema, see changes on the API from [here](https://github.com/tendermint/starport/pull/1974/files#diff-0e157f4f60d6fbd95e695764df176c8978d85f1df61475fbfa30edef62fe35cd).

## `v0.19.1`

### Fixes:

- Enabled `scaffold flutter` cmd.

## `v0.19.0`

### Features:

Expand Down
Loading
0