From 626e40b653059fe47370962299b4944dbeb97d78 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 14 Mar 2025 21:58:57 +0000 Subject: [PATCH] add 0.2.0 and 0.3.0 to CHANGELOG --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 884f4d2..7b0978f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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] - 2024-14-03 + +### Added + +- CLI may now accept multiple template names, example `gignore go python`. One will be appended after the other. + +### Changed + +- Filewriter now opens file in append mode. + +# [0.2.0] - 2025-10-03 + +### Fixed + +- Template .gitignore are now written concurrently. + # [0.1.0] - 2025-09-03 ### Added