Skip to content

Commit

Permalink
Docs: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bbugyi200 committed Nov 11, 2018
1 parent 97d5ded commit cf2a469
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .funky
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"vs": "vim $(my_scripts)", "LL": "ls -a && task project:Dev.localalias -BLOCKED next \"$@\"", "vd": "vim $(my_docs) \"$@\"", "t": "python -m pytest tests \"$@\"", "vv": "vim $(my_src)", "vt": "vim $(my_tests)", "vvv": "vim $(my_src) $(my_tests) $(my_scripts) $(my_docs) $(my_configs) $(my_meta)", "my_docs": "echo \"README.md CHANGELOG.md CONTRIBUTING.md\" \"$@\"", "my_src": "find ./funky -type f -name \"*.py\" -not -name \"*__.py\" \"$@\"", "my_tests": "find ./tests -type f -name \"*.py\" -not -name \"*__.py\" \"$@\"", "my_configs": "echo \"Makefile setup.py setup.cfg tox.ini MANIFEST.in .coveragerc\" \"$@\"", "vc": "vim $(my_configs)", "my_meta": "find . -type -f -name \"*__.py\" \"$@\"", "my_scripts": "find ./scripts -type f \\( -name \"*.py\" -not -name \"*__.py\" \\) -o -name \"*.zsh\" \"$@\""}
{"vs": "vim $(my_scripts)", "LL": "ls -a && task project:Dev.localalias -BLOCKED next \"$@\"", "vd": "vim $(my_docs) \"$@\"", "t": "python -m pytest tests \"$@\"", "vv": "vim $(my_src)", "vt": "vim $(my_tests)", "vvv": "vim $(my_src) $(my_tests) $(my_scripts) $(my_docs) $(my_configs) $(my_meta)", "my_docs": "echo \"README.md CHANGELOG.md CONTRIBUTING.md\" \"$@\"", "my_src": "find ./funky -type f -name \"*.py\" -not -name \"*__.py\" \"$@\"", "my_tests": "find ./tests -type f -name \"*.py\" -not -name \"*__.py\" \"$@\"", "my_configs": "echo \"Makefile setup.py setup.cfg tox.ini .travis.yml MANIFEST.in .coveragerc\" \"$@\"", "vc": "vim $(my_configs)", "my_meta": "find . -type -f -name \"*__.py\" \"$@\"", "my_scripts": "find ./scripts -type f \\( -name \"*.py\" -not -name \"*__.py\" \\) -o -name \"*.zsh\" \"$@\""}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ deploy:
secure: TnVPO3geIfsNxIabWRB0O+VnwNVrDKfh/eCy7qkvNZFSbhrg7g08Z2ZrhebrR7Nw+Tktk+0c98K54hTSpk8f4GRWGlVCTxCRAqrvNHx2UPf5T8CN9PkQ/XXAL+PGlznEBW3wIhG82LfKoPbyIQML6CbeMkZyAF6Ptu8sA1WbrlO6u0x0cASkxcHGVwBI1BcJdFhv/Jl6VT9OgAxQShKNo3M3SI0o68mYDqRT2WmF6CHt0z01GGNz+9/ia7ySEvLZsvtUQIZuSoDhiX3dq0GqgoNf0LZlRN3Xlc/49SjzVxqVNJz3AO5yaJkAaqCeVHOey6rJ+I83SXmuIrCYTeSmgMxapioX5vu881iT5TOly6TcaoW6YqTUQtxwbQ7680O0YV7NlJqny6WcMZ8kfyN1+FGgarQova2S0vuJCd77f/FUVJPkna5TCWO1Ncccm9kVPbvO78lKif+5rGaHFY8xumvEw2DP2u6brsMzEL493PUDqIoaThKu2HjviMuBbNDg11jNHA72JCfrNXwFQF0o3rwZtrm36yNd/6U9Egck1zl1s+V6KHsYrQRh9l5P5gzwosVYV/XwlsDN1pcKRS/gefqQQBSWDBLIHZ/ytWIRL4Z3DQrI7DQQlOtYjs7fyhTrwy2gxkXqmuNRBjgB3QCReRJ90O8G7j2u5Ajq+DLi2CA=
on:
tags: true
repo: bbugyi200/localalias
repo: bbugyi200/funky
python: 3.6
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
[Semantic Versioning](https://semver.org/), though minor breaking changes can happen in minor
releases.

### v3.0.1 (2018-11-11)

Fixed:

* PyPI markdown rendering

### v3.0.0 (2018-11-10)

Changed:
Expand Down

0 comments on commit cf2a469

Please sign in to comment.