Skip to content

Commit fdc39a9

Browse files
authored
Update CHANGELOG.md (#1204)
1 parent 51e7c41 commit fdc39a9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.16.0"></a>
9+
## [v0.16.0] - 2023-5-15
10+
11+
### Feat
12+
* feat: add single lily node deployment (https://github.com/filecoin-project/lily/pull/1203)
13+
* feat: add new command: prune (https://github.com/filecoin-project/lily/pull/1198)
14+
* feat: add filter for actor changes (https://github.com/filecoin-project/lily/pull/1195)
15+
16+
### Fix
17+
* fix: batch insert actor & actor_state data (https://github.com/filecoin-project/lily/pull/1192)
18+
* fix: add missing span.End() (https://github.com/filecoin-project/lily/pull/1202)
19+
20+
### Chore
21+
* chore: Update the actor codes versions (https://github.com/filecoin-project/lily/pull/1193)
22+
* chore: publish images for every master commit (https://github.com/filecoin-project/lily/pull/1196)
23+
* chore: move persist duration timer to ExportResult (https://github.com/filecoin-project/lily/pull/1197)
24+
* chore: update go-amt-ipld (https://github.com/filecoin-project/lily/pull/1199)
25+
* chore: update go-hamt-ipld (https://github.com/filecoin-project/lily/pull/1200)
26+
827
<a name="v0.15.1"></a>
928
## [v0.15.1] - 2023-4-25
1029

0 commit comments

Comments
 (0)