

# Release notes

<!-- do not remove -->

## 0.0.8

### Bugs Squashed

- Lock downloads and rename on completion, so parallel callers never
  read a partial archive
  ([\#33](https://github.com/fastai/fastdownload/pull/33)), thanks to
  [@jph00](https://github.com/jph00)

## 0.0.6

### Bugs Squashed

- Fix attribute error in read_checks function
  ([\#17](https://github.com/fastai/fastdownload/pull/17)), thanks to
  [@GenevieveBuckley](https://github.com/GenevieveBuckley)

## 0.0.4

### New Features

- add `timeout` and `show_progress` params
  ([\#9](https://github.com/fastai/fastdownload/issues/9))

## 0.0.3

### New Features

- skip archive download if extracted data exists
  ([\#7](https://github.com/fastai/fastdownload/issues/7))

## 0.0.2

### New Features

- add `extract_key` param
  ([\#5](https://github.com/fastai/fastdownload/issues/5))

## 0.0.1

### New Features

- Initial release
