Skip to content

Releases: meta-pytorch/tlparse

Update TLParse to v0.4.3

12 Sep 17:16
09d3c3e

Choose a tag to compare

Update to 0.4.3; avoid crushing on bad json (#150)

as title.

Update TLParse to v0.4.2

03 Sep 21:21
0b655aa

Choose a tag to compare

Update TLParse to v0.4.2

Update TLParse to v0.4.1

02 Sep 17:13
849dee8

Choose a tag to compare

release: v0.4.1 (#146)

Update TLParse version to v0.4.1

v0.4.0

21 Aug 21:51
e7cf667

Choose a tag to compare

Update tlparse version to 0.4.0 (#139)

Update tlparse version to 0.4.0 because we have breaking change in this
version. The signature of `parse_path(path: &PathBuf, config:
&ParseConfig)` changed (from `ParseConfig` to `&ParseConfig`).