Version 1.0.1

This commit is contained in:
Erik C. Thauvin 2022-01-30 09:22:12 -08:00
parent 93fad0cb72
commit 86efa8a8e6
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
## 1.0.1
- Minor improvements.
## 1.0.0
- Initial version.

View file

@ -1,7 +1,7 @@
[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](https://opensource.org/licenses/BSD-3-Clause)
[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?logo=open-source-initiative&logoColor=white)](https://opensource.org/licenses/BSD-3-Clause)
[![GitHub CI](https://github.com/ethauvin/dcat/actions/workflows/dart.yml/badge.svg)](https://github.com/ethauvin/dcat/actions/workflows/dart.yml)
[![codecov](https://codecov.io/gh/ethauvin/dcat/branch/master/graph/badge.svg?token=9PC4K4IZXJ)](https://codecov.io/gh/ethauvin/dcat)
[![pub package](https://img.shields.io/pub/v/dcat.svg)](https://pub.dev/packages/dcat)
[![pub package](https://img.shields.io/pub/v/dcat.svg?logo=dart)](https://pub.dev/packages/dcat)
# dcat: Concatenate File(s) to Standard Output or File

View file

@ -1,6 +1,6 @@
name: dcat
description: An implementation of the standard cat Unix utility that concatenates file(s) to standard output or file.
version: 1.0.0
version: 1.0.1
repository: https://github.com/ethauvin/dcat
issue_tracker: https://github.com/ethauvin/dcat/issues