Compare commits

...

3 Commits

Author SHA1 Message Date
Andrew Cassidy 6bc2ec1940 Release Version 1.0.2
### Changed

- Updated to support Click version 8
3 years ago
Andrew Cassidy 485a387da7 Modify changelog 3 years ago
Andrew Cassidy 724c163f3c Support click version 8 3 years ago

@ -31,7 +31,7 @@ jobs:
- name: Get version name and body
run: |
echo "VERSION_TILE=Version $(yaclog show -n)" >> $GITHUB_ENV
echo "VERSION_TILE=$(yaclog show -n)" >> $GITHUB_ENV
echo "$(yaclog show -mb)" >> RELEASE.md
- name: Publish to PyPI

@ -2,7 +2,14 @@
All notable changes to this project will be documented in this file.
## 1.0.0 - 2021-05-07
## Version 1.0.2 - 2021-05-12
### Changed
- Updated to support Click version 8
## Version 1.0.0 - 2021-05-07
### Changed
@ -10,7 +17,7 @@ All notable changes to this project will be documented in this file.
- Renamed '--input' option to '--path' for consistency with yaclog, and added an environment variable for its value
## 0.2.0 - 2021-05-06
## Version 0.2.0 - 2021-05-06
### Changed
@ -19,7 +26,7 @@ All notable changes to this project will be documented in this file.
- Marked version compatibility with yaclog.
## 0.1.1 - 2021-04-16
## Version 0.1.1 - 2021-04-16
yaclog-ksp is [now available on PyPi!](https://pypi.org/project/yaclog-ksp/)
@ -28,7 +35,7 @@ yaclog-ksp is [now available on PyPi!](https://pypi.org/project/yaclog-ksp/)
- Generator will now use change values instead of nodes when possible for more concise output files.
## 0.1.0 - 2021-04-16
## Version 0.1.0 - 2021-04-16
First release

@ -29,7 +29,7 @@ project_urls =
[options]
install_requires =
Click ~= 7.0
Click >= 7.0, < 9.0
yaclog ~= 1.0
python_requires = >= 3.8
packages = find:

Loading…
Cancel
Save