From 2fa49d0dd0182cb62b5e5d0c3327fef8bdf60f33 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 13 Apr 2025 14:23:57 +0100 Subject: [PATCH] upd CHANGELOG, README --- CHANGELOG.md | 10 ++++++++++ README.md | 41 +++++++++++++++++++++++------------------ Taskfile.yaml | 2 +- go.mod | 7 ++++++- go.sum | 11 ++++++++++- 5 files changed, 50 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7c501..2a0df6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.5.0] - 2025-04-13 + +### Changed + +- CLI component migrated to Cobra. This introduces the following changes: + - `list` is now a subcommand. + - `create` has been added as a subcommand, use it to create a new .gitignore file. +- Env var `GIGNORE_TEMPLATE_DIR` changed to `GIGNORE_TEMPLATE_ROOT` +- Env var `GIGNORE_LOGLEVEL` may now be used to set the logging level. + # [0.4.0] - 2025-04-05 ### Changed diff --git a/README.md b/README.md index a7d5e1d..ffa7c82 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0) -# Gignore - Generate .gitinore files +# Gignore - Generate .gitignore files ## Install @@ -23,23 +23,28 @@ task install ## Usage ```bash -Usage of gignore: - gignore [flags]