Skip to content

Commit a128636

Browse files
frristplacer14
andauthored
docs: write v0.11.0 changelog (#1019)
* docs: write v0.11.0 changelog * docs: mention PRs that landed as a part of #988 * docs: update w/ migration note Co-authored-by: Mike Greenberg <[email protected]>
1 parent 61fdd9b commit a128636

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ The format is a variant of [Keep a Changelog](https://keepachangelog.com/en/1.0.
55

66
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Breaking changes should trigger an increment to the major version. Features increment the minor version and fixes or other changes increment the patch number.
77

8+
<a name="v0.11.0"></a>
9+
## [v0.11.0] - 2022-06-05
10+
11+
12+
## DATABASE MIGRATION
13+
14+
This release includes a migration which must be applied before deploying against an existing database.
15+
16+
### Feat
17+
* support network version 16 [#988](https://github.com/filecoin-project/lily/pull/988)
18+
* add is_string column to market_deal_proposal model [#1015](https://github.com/filecoin-project/lily/pull/1015)
19+
20+
### Fix
21+
* prevent panic on parent miner state nil [#1013](https://github.com/filecoin-project/lily/pull/1013)
22+
* allow tasks to be retired with block not found [#1016](https://github.com/filecoin-project/lily/pull/1016)
23+
* many incorrect pointer equality comparisons [#1018](https://github.com/filecoin-project/lily/pull/1018)
24+
25+
### Chore
26+
* implement miner sector event extractor tests [#999](https://github.com/filecoin-project/lily/pull/999)
27+
* add output flag to sync status command [#1010](https://github.com/filecoin-project/lily/pull/1010)
28+
29+
30+
831
<a name="v0.10.1"></a>
932
## [v0.10.1] - 2022-05-23
1033

0 commit comments

Comments
 (0)