From bba43b0aefbe26a7ea20aa18674a252e6f96fa28 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Fri, 8 Jul 2022 02:03:05 +0100 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c7d13e2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# 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). + +## [0.3.0] - 2022-07-08 +### Added +- Added `flip` command, for flipping an image along one or both axes. +- Added `rotate` command to apply a rotation to an image, in steps of 90 degrees. + +## [0.2.0] +### Added +- Added `pipeline` command, for applying a series of transformations to an image. \ No newline at end of file -- GitLab