Packages

A CLI for the SPDX License List

Current section

Files

Jump to
spdx_cli CHANGELOG.md
Raw

CHANGELOG.md

<!--
SPDX-FileCopyrightText: 2021 Rosa Richter
SPDX-License-Identifier: MIT
-->
# 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).
## [1.1.0] - 2021-09-08
### Added
- New `ls` subcommand to list all licenses in the list
### Changed
- Errors are now printed to stderr and returns a non-zero error code when something bad happens
## [1.0.0] - 2021-09-08
### Added
- Downloading of license by SPDX ID.
[Unreleased]: https://git.sr.ht/~cosmicrose/spdx_cli/log
[1.0.0]: https://git.sr.ht/~cosmicrose/spdx_cli/refs/v1.0.0