Skip to content

Commit 4fc304c

Browse files
authored
changelog: release notes for v0.7.5 (#629)
1 parent 639830f commit 4fc304c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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.7.5"></a>
9+
## [v0.7.5] - 2021-08-09
10+
11+
### Feat
12+
- Add option to omit writing csv headers (#617)
13+
- Add basic templating of csv filenames (#622)
14+
15+
### Fix
16+
- Only process message executions for tipsets on same chain (#618)
17+
- Correctly handle error for internal message processing (#627)
18+
- Use schema config for migrations (#628)
19+
20+
### Chore
21+
- Log timings for message extraction (#626)
22+
- Add newlines to walk and watch output, print command errors to stdout (#625)
23+
- Use lowercase for id option for consistency (#623)
24+
- Make from and to options required for walk command (#624)
25+
826
<a name="v0.7.4"></a>
927
## [v0.7.4] - 2021-08-02
1028

0 commit comments

Comments
 (0)