From e9ec4f7f7f88d2a033cfd83129962e33cc05d79b Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Mon, 19 Aug 2024 15:45:49 -0600 Subject: [PATCH] update changelog for 0.2.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce54b1..ed2804a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,15 @@ 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.2.0] - 2024-08-19 + +### Added + +- Support default build options in config and env var + +[0.2.0]: https://github.com///compare/v0.1.2..v0.2.0 +