~cosmicrose/hex_licenses

9234bf8dfabfc22397bf2490320e6caa99fecd11 — Rosa Richter 1 year, 8 months ago 32a9c77
Add v0.3.0 to changelog
1 files changed, 12 insertions(+), 0 deletions(-)

M CHANGELOG.md
M CHANGELOG.md => CHANGELOG.md +12 -0
@@ 11,6 11,18 @@ 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).

## [0.3.0] - 2021-09-14

### Added

- All tasks now accept the `--update` flag to pull down a fresh copy of the license list,
  instead of using the version checked into this repo.

### Changed

- No longer makes HTTP calls to Hex and SPDX, and instead uses locally-available information.
- `httpoison` and `poison` deps are now optional, since using `--update` is optional.

## [0.2.0] - 2021-09-11

### Added