From 7fd046bc3d18c5d6640705188fa78165a15586b5 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Thu, 6 May 2021 14:55:18 -0700 Subject: [PATCH] Version 0.2.0 ### Changed - Generator now adds a comment to files stating they were automatically created by this tool. - Tweaks and fixes to project metadata in setup.cfg. - Marked version compatibility with yaclog. --- CHANGELOG.md | 5 +++-- README.md | 7 ++++++- setup.cfg | 14 ++++++++------ 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f29f34b..01ae544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,13 @@ All notable changes to this project will be documented in this file. -## Unreleased +## 0.2.0 - 2021-05-06 ### Changed - Generator now adds a comment to files stating they were automatically created by this tool. - Tweaks and fixes to project metadata in setup.cfg. +- Marked version compatibility with yaclog. ## 0.1.1 - 2021-04-16 @@ -23,4 +24,4 @@ First release ### Added -- `yaclog-ksp` command line tool for converting markdown changelogs to KerbalChangelog configs. +- `yaclog-ksp` command line tool for converting markdown changelogs to KerbalChangelog configs. \ No newline at end of file diff --git a/README.md b/README.md index da7a05e..1a4cc75 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # yaclog-ksp -A command line tool for converting markdown changelogs to [KerbalChangelog] config files. +A command line tool based on [yaclog] for converting markdown changelogs to [KerbalChangelog] config files. + +![a yak who is a log](https://github.com/drewcassidy/yaclog/raw/main/logo.png) + +*Logo by Erin Cassidy* ## Installation @@ -81,4 +85,5 @@ but this paragraph works pretty well to get the point across! ``` +[yaclog]: https://github.com/drewcassidy/yaclog [KerbalChangelog]: https://github.com/HebaruSan/KerbalChangelog \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 3fc34f4..90d10d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ long_description_content_type = text/markdown keywords = changelog, commandline, markdown, KSP classifiers = - Development Status :: 3 - Alpha + Development Status :: 4 - Beta Intended Audience :: Developers License :: OSI Approved :: GNU Affero General Public License v3 Operating System :: OS Independent @@ -22,13 +22,15 @@ classifiers = Topic :: Text Processing :: Markup :: Markdown Topic :: Utilities -[metadata.project_urls] -Changelog = https://github.com/drewcassidy/yaclog-ksp/blob/main/CHANGELOG.md -Source = https://github.com/drewcassidy/yaclog-ksp -Forum = https://forum.kerbalspaceprogram.com/index.php?/topic/201784-* +project_urls = + Changelog = https://github.com/drewcassidy/yaclog-ksp/blob/main/CHANGELOG.md + Source = https://github.com/drewcassidy/yaclog-ksp + Forum Post = https://forum.kerbalspaceprogram.com/index.php?/topic/201784-* [options] -install_requires = Click; GitPython; yaclog +install_requires = + Click ~= 7.0 + yaclog ~= 0.1 python_requires = >= 3.8 packages = find: