Skip to content

Commit

Permalink
Release Finschia v2.0.2 (#335)
Browse files Browse the repository at this point in the history
* Add RELEASE_CHANGELOG

* add release note

* change swagger version

* update statik

* rollback wasmd version
  • Loading branch information
tkxkd0159 authored Mar 14, 2024
1 parent 1f33f42 commit d2434cb
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 15 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Improvements

### Bug Fixes
* (ostracon) [\#333](https://github.com/Finschia/finschia/pull/333) bump up ostracon from v1.1.2 to v1.1.3

### Breaking Changes

Expand All @@ -50,4 +49,4 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Docs

<!-- Release links -->
[Unreleased]: https://github.com/Finschia/finschia/compare/v2.0.1...HEAD
[Unreleased]: https://github.com/Finschia/finschia/compare/v2.0.2...HEAD
7 changes: 7 additions & 0 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## [v2.0.2] - 2024-03-05

This version base on [finschia-sdk v0.48.1](https://github.com/Finschia/finschia-sdk/releases/tag/v0.48.1), [Ostracon v1.1.3](https://github.com/Finschia/ostracon/tree/v1.1.3), [finschia/wasmd v0.2.0](https://github.com/Finschia/wasmd/releases/tag/v0.2.0) and [finschia/ibc-go v4.3.1](https://github.com/Finschia/ibc-go/releases/tag/v4.3.1).

### Bug Fixes
* (ostracon) [\#333](https://github.com/Finschia/finschia/pull/334) bump up ostracon from v1.1.2 to v1.1.3 (backport #334)

## [v2.0.1] - 2023-11-07

This version base on [finschia-sdk v0.48.1](https://github.com/Finschia/finschia-sdk/releases/tag/v0.48.1), [Ostracon v1.1.2](https://github.com/Finschia/ostracon/tree/v1.1.2), [finschia/wasmd v0.2.0](https://github.com/Finschia/wasmd/releases/tag/v0.2.0) and [finschia/ibc-go v4.3.1](https://github.com/Finschia/ibc-go/releases/tag/v4.3.1).
Expand Down
14 changes: 7 additions & 7 deletions RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Finschia v2.0.1 Release Note

## Changelog
Check out the [changelog](https://github.com/Finschia/finschia/blob/v2.0.1/RELEASE_CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/Finschia/finschia/compare/v2.0.0...v2.0.1) from last release
Check out the [changelog](https://github.com/Finschia/finschia/blob/v2.0.2/RELEASE_CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/Finschia/finschia/compare/v2.0.1...v2.0.2) from last release

## Highlights
* fix compatible with ledger in MacOS 0.13+
* fix compatibility issues with `IBC relayer`

## Base sub modules
* Ostracon: [v1.1.2](https://github.com/Finschia/ostracon/tree/v1.1.2)
* Ostracon: [v1.1.3](https://github.com/Finschia/ostracon/tree/v1.1.3)
* Finschia-sdk: [v0.48.1](https://github.com/Finschia/finschia-sdk/tree/v0.48.1)
* Finschia/wasmd: [v0.2.0](https://github.com/Finschia/wasmd/tree/v0.2.0)
* Finschia/ibc-go: [v4.3.1](https://github.com/Finschia/ibc-go/tree/v4.3.1)
Expand All @@ -17,16 +17,16 @@ Check out the [changelog](https://github.com/Finschia/finschia/blob/v2.0.1/RELEA
You must use Golang v1.20.x if building from source
```shell
git clone https://github.com/Finschia/finschia
cd finschia && git checkout v2.0.1
cd finschia && git checkout v2.0.2
make install
```

## Run with Docker
If you want to run fnsad in a Docker container, you can use the Docker images.
* docker image: `finschia/finschianode:2.0.1`
* docker image: `finschia/finschianode:2.0.2`
```shell
docker run finschia/finschianode:2.0.1 fnsad version
# 2.0.1
docker run finschia/finschianode:2.0.2 fnsad version
# 2.0.2
```

## Download binaries
Expand Down
2 changes: 1 addition & 1 deletion client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Finschia - gRPC Gateway docs",
"description": "A REST interface for state queries, legacy transactions",
"version": "2.0.1"
"version": "2.0.2"
},
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ swagger: '2.0'
info:
title: Finschia - gRPC Gateway docs
description: A REST interface for state queries, legacy transactions
version: 2.0.1
version: 2.0.2
paths:
/cosmos/auth/v1beta1/accounts:
get:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/Finschia/finschia-sdk v0.48.1
github.com/Finschia/ostracon v1.1.3
github.com/Finschia/wasmd v0.3.0
github.com/Finschia/wasmd v0.2.0
github.com/cosmos/ibc-go/v4 v4.3.1
github.com/golang/mock v1.6.0
github.com/gorilla/mux v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ github.com/Finschia/ostracon v1.1.3 h1:GYPTc8et+sXEq9W2SUlYwvnImpZ4aG8hI2cIhyBWR
github.com/Finschia/ostracon v1.1.3/go.mod h1:dHU1R0eyUE/iI6IBlokAddIuS8rdQ69q84j7++GHsq8=
github.com/Finschia/r2ishiguro_vrf v0.1.2 h1:lDBz6NQMx1pw5I3End6xFmXpM//7KcmTr3Ka983e7v8=
github.com/Finschia/r2ishiguro_vrf v0.1.2/go.mod h1:OHRtvzcJnfIrcJ0bvPNktJozRFAyZFuv56E9R3/qB+Y=
github.com/Finschia/wasmd v0.3.0 h1:2o4kAGJZMsoHRkaR3ShkXM/lcCr3nJq9Cahh/+Tv18k=
github.com/Finschia/wasmd v0.3.0/go.mod h1:Zk5Rvj0J8nMxIN+o4YG4vPyeeflcQD1e7NGk6Glhmps=
github.com/Finschia/wasmd v0.2.0 h1:2gxc3aF+3AelF+vTDyRfCXlVdTh6IzlVFbscR4P232E=
github.com/Finschia/wasmd v0.2.0/go.mod h1:5xND/H5RLFZxDBqRBo2UyaXFAYVuPY+oJu+5PM5PbHQ=
github.com/Finschia/wasmvm v1.1.1-0.12.0 h1:m+YXvFgE2vodYKJBkTAxAdfZsrdTDN0qA8s8d6cMesg=
github.com/Finschia/wasmvm v1.1.1-0.12.0/go.mod h1:NvaR6R52gFtNaKh+y/5fyUjS5Q2QfE8TJzv0bdSsWqQ=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
Expand Down

0 comments on commit d2434cb

Please sign in to comment.