Skip to content

Commit

Permalink
Merge branch 'release/0.0.4' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Nov 20, 2021
2 parents 8ad5cc3 + 882e34d commit 28dff7d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing Guide

Other guide content is still under development, will be completed soon afterwards.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ if __name__ == "__main__":

Thank you for considering contributing to plantumlcli!

The contribution guide will be completed soon after. (TODO: complete contribution guide)
We appreciate all contributions to improve plantumlcli, both logic and system designs. Please refer to CONTRIBUTING.md for more guides.

And users can join our [slack communication channel](https://join.slack.com/t/hansbug/shared_invite/zt-z3rtyooz-Rf6QZ9eNy6t5vvUGnicfdw), or contact the core developer [HansBug](https://github.com/HansBug) for more detailed discussion.

## Links

Expand All @@ -146,6 +148,13 @@ Test pypi(pre-released versions can be found here): [https://test.pypi.org/proje

## Change log

### Version 0.0.3

Released 2021-10-8

* Fix the problem when using official site.
* click version requirement changed to >= 7.0, will not conflict with other packages any more.

### Version 0.0.2

Released 2020-11-30
Expand Down
2 changes: 1 addition & 1 deletion plantumlcli/config/meta.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The meta information for this package
__TITLE__ = "plantumlcli"
__VERSION__ = "0.0.3"
__VERSION__ = "0.0.4"
__DESCRIPTION__ = 'An easy-to-use plantuml cli for everyone.'
__AUTHOR__ = "HansBug"
__AUTHOR_EMAIL__ = "hansbug@buaa.edu.cn"

0 comments on commit 28dff7d

Please sign in to comment.