Skip to content

Commit

Permalink
Merge pull request #140 from queencre/136-release-v4
Browse files Browse the repository at this point in the history
docs: release v4
  • Loading branch information
queencre authored Jan 5, 2023
2 parents 430c21a + 70e8e19 commit 2232323
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
excludelist+=" $(find ./ -type f -name '*.pb.gw.go')"
excludelist+=" $(find ./ -type f -path './tests/mocks/*.go')"
for filename in ${excludelist}; do
filename=$(echo $filename | sed 's/^./github.com\/crescent-network\/crescent\/v3/g')
filename=$(echo $filename | sed 's/^./github.com\/crescent-network\/crescent\/v4/g')
echo "Excluding ${filename} from coverage report..."
sed -i "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
done
Expand All @@ -61,7 +61,7 @@ jobs:
excludelist+=" $(find ./ -type f -name '*.pb.gw.go')"
excludelist+=" $(find ./ -type f -path './tests/mocks/*.go')"
for filename in ${excludelist}; do
filename=$(echo $filename | sed 's/^./github.com\/crescent-network\/crescent\/v3/g')
filename=$(echo $filename | sed 's/^./github.com\/crescent-network\/crescent\/v4/g')
echo "Excluding ${filename} from coverage report..."
sed -i "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
done
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,16 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [v4.0.0] - 2023-01-05

### State Machine Breaking

- (ibc) [\#131](https://github.com/crescent-network/crescent/pull/131) build!: upgrade ibc-go from v2.2.0 to v3.4.0

### Bug Fixes

- (api) [\#137](https://github.com/crescent-network/crescent/pull/137) fix: rollback swagger version to 2 and add missing apis

## [v3.0.0] - 2022-12-07

### State Machine Breaking
Expand Down Expand Up @@ -179,11 +185,12 @@ Running a full node will encounter wrong app hash issue if it doesn't upgrade to
- `x/vesting` feat: periodic vesting msg
- `x/bank` feat: Add dynamic blockedAddrs

[unreleased]: https://github.com/crescent-network/crescent/compare/v3.0.0...HEAD
[unreleased]: https://github.com/crescent-network/crescent/compare/v4.0.0...HEAD
[v1.0.0]: https://github.com/crescent-network/crescent/releases/tag/v1.0.0
[v1.1.0]: https://github.com/crescent-network/crescent/releases/tag/v1.1.0
[v2.1.0]: https://github.com/crescent-network/crescent/releases/tag/v2.1.0
[v2.1.1]: https://github.com/crescent-network/crescent/releases/tag/v2.1.1
[v2.2.0]: https://github.com/crescent-network/crescent/releases/tag/v2.2.0
[v2.3.0]: https://github.com/crescent-network/crescent/releases/tag/v2.3.0
[v3.0.0]: https://github.com/crescent-network/crescent/releases/tag/v3.0.0
[v4.0.0]: https://github.com/crescent-network/crescent/releases/tag/v4.0.0

0 comments on commit 2232323

Please sign in to comment.