From 3faee58dc058ae0e4264c753f051d836c698af57 Mon Sep 17 00:00:00 2001 From: David Gamero <david340804@gmail.com> Date: Wed, 16 Nov 2022 11:30:04 -0500 Subject: [PATCH 1/2] release for draft info and other fixes --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb20059..16d26fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ # Change Log +All notable changes to this project will be documented in this file. -## For help: please refer: ./docs/maintenance/README.md (Please delete this line) \ No newline at end of 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.0.26] - 2022-11-16 + +### Added + +- The new `draft info` command from #157 prints supported language and field information in json format. +- An integration test was added for the installation shell script to better ensure that the script works as expected. + +### Fixed + +- File path output for root locations had a bug with string-formatted paths. The `path.Join` method has been substituted to fix this. + +### Changed + +- Remaining uses of the `viper` library have been migrated to `gopkg.in/yaml.v3` for consistency. +- Unused files in the `web` package have been removed. +- Minor reorganization across the `config` and `addons` packages to reduce the number of exported functions and types. \ No newline at end of file From 7c6ccc44f57345b5a1ffeec19254566c55f7e8e2 Mon Sep 17 00:00:00 2001 From: David Gamero <david340804@gmail.com> Date: Wed, 16 Nov 2022 17:58:02 -0500 Subject: [PATCH 2/2] remove scaffolding --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d26fd0..24ad8840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,4 @@ # Change Log -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.0.26] - 2022-11-16