Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 46e269a

Browse files
committed
Migration matrix update
License: MIT Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
1 parent bb0fde0 commit 46e269a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ The recommended way to write a new migration is to first bootstrap an dummy migr
162162
Afterwards new folder is created with bootstrapped migration. You can then simply fill in the required fields and
163163
write the rest of migration!
164164

165+
Don't forget to update the Migration matrix in the README.md!
166+
165167
The `node_modules` of the migration should be committed to the repo to ensure that the dependencies are resolved even in
166168
far future, when the package might be removed from registry.
167169

@@ -198,9 +200,10 @@ This will create empty migration with next version in line.
198200

199201
### Migrations matrix
200202

201-
| IPFS repo version | JS IPFS version |
202-
| -----------------: |:----------------:|
203-
| 7 | v0.0.0 - latest |
203+
| IPFS repo version | JS IPFS version |
204+
| -----------------: |:-----------------:|
205+
| 7 | v0.0.0 - v0.35.0 |
206+
| 8 | v0.35.0 - latest |
204207

205208

206209
## API

0 commit comments

Comments
 (0)