Skip to content

Commit

Permalink
docs: update changelog for v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frrist committed Oct 25, 2021
1 parent 438a4ca commit 086137b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ The format is a variant of [Keep a Changelog](https://keepachangelog.com/en/1.0.

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.

<a name="v0.8.2"></a>
## [v0.8.2] - 2021-10-25

### Feat
- add observe command with peer agents task (#755)
- implement TipSetCache warming (#739)
- lily chain export command (#744)

### Fix
- watcher respects window timeout value (#710)
- job list sorted order (#731)
- return non-zero exit code on cli error (#732)
- normalize output upon job creation (#733)
- ensure all tasks are in task list (#736)
- daemon api uses full flag value (#748)
- populate event field of VerifiedRegistryVerifiedClient (#757)

### Chore
- wrap error from failed execution traces (#725)
- Create latest tags when pushing semver docker images (#728)
- Include jq in docker images; Fix dev entrypoint (#729)
- lotus 1.13 (#734)
- update readme linking to the documentation website. (#746)
- add lily stub/options for docker-compose (#747)
- update otel v0.20.0 and pg/v10 v10.10.6 (#749)
- implement chain set head (#750)
- update message parsing to use latest statediff generator (#756)
- improve logging around gapfill (#758)

<a name="v0.8.1"></a>
## [v0.8.1] - 2021-09-23

Expand Down

0 comments on commit 086137b

Please sign in to comment.