2022-10-12 21:59:20 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2023-03-17 16:36:26 +00:00
|
|
|
## v0.2.2
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
- Set default opts on Task.Supervisor.start_link/1
|
|
|
|
|
2022-11-17 02:07:23 +00:00
|
|
|
## v0.2.1
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
- Fix return spec types
|
|
|
|
|
2022-10-12 21:59:20 +00:00
|
|
|
## v0.2.0
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Conveniencies for the Task module
|
|
|
|
|