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

Commit ca613cb

Browse files
authored
Merge pull request #442 from nervosnetwork/dev-0.4
chore: release mercury v0.4.2 version
2 parents 8951568 + e194784 commit ca613cb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+4706
-5235
lines changed

.github/dependabot.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
version: 2
22
updates:
3-
- package-ecosystem: cargo
4-
directory: "/"
3+
- package-ecosystem: "cargo"
4+
directory: ["/", "/integration"]
55
schedule:
66
interval: weekly
77
day: friday
8-
timezone: Asia/Shanghai
8+
target-branch: "dev-0.4"
99
allow:
10+
# Allow updates for ckb-crypto
1011
- dependency-name: "ckb-crypto"
12+
# Allow updates for ckb-dao-utils
1113
- dependency-name: "ckb-dao-utils"
14+
# Allow updates for ckb-hash
1215
- dependency-name: "ckb-hash"
16+
# Allow updates for ckb-jsonrpc-types
1317
- dependency-name: "ckb-jsonrpc-types"
18+
# Allow updates for ckb-types
1419
- dependency-name: "ckb-types"

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [v0.4.2](https://github.com/nervosnetwork/mercury/compare/v0.4.1...v0.4.2) (2022-08-29)
2+
3+
## 🧰 Maintenance
4+
5+
- refactor(DB): replace rbatis with sqlx (#424)
6+
7+
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).
8+
19
# [v0.4.1](https://github.com/nervosnetwork/mercury/compare/v0.4.0...v0.4.1) (2022-06-17)
210

311
## 🐛 Bug Fixes

0 commit comments

Comments
 (0)