Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #442 from nervosnetwork/dev-0.4
Browse files Browse the repository at this point in the history
chore: release mercury v0.4.2 version
  • Loading branch information
EthanYuan authored Aug 29, 2022
2 parents 8951568 + e194784 commit ca613cb
Show file tree
Hide file tree
Showing 95 changed files with 4,706 additions and 5,235 deletions.
11 changes: 8 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
- package-ecosystem: "cargo"
directory: ["/", "/integration"]
schedule:
interval: weekly
day: friday
timezone: Asia/Shanghai
target-branch: "dev-0.4"
allow:
# Allow updates for ckb-crypto
- dependency-name: "ckb-crypto"
# Allow updates for ckb-dao-utils
- dependency-name: "ckb-dao-utils"
# Allow updates for ckb-hash
- dependency-name: "ckb-hash"
# Allow updates for ckb-jsonrpc-types
- dependency-name: "ckb-jsonrpc-types"
# Allow updates for ckb-types
- dependency-name: "ckb-types"
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [v0.4.2](https://github.com/nervosnetwork/mercury/compare/v0.4.1...v0.4.2) (2022-08-29)

## 🧰 Maintenance

- refactor(DB): replace rbatis with sqlx (#424)

It should be noted that in this version, we have limited the maximum value of the field `limit` in `PaginationRequest`, and changed the original too large range of `u64` to `u16`::MAX(65535).

# [v0.4.1](https://github.com/nervosnetwork/mercury/compare/v0.4.0...v0.4.1) (2022-06-17)

## 🐛 Bug Fixes
Expand Down
Loading

0 comments on commit ca613cb

Please sign in to comment.