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.
dev 0.2.0
Andrew Cassidy 3 years ago
parent eeabf52b02
commit 7fd046bc3d

@ -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.

@ -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

@ -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:

Loading…
Cancel
Save