Release and Version History¶
1.0.9 (TODO)¶
Features and Improvements
Minor Improvements
Bugfixes
Miscellaneous
1.0.8 (2023-04-06)¶
Bugfixes
fix a bug that the unit test is not running in the project root dir.
1.0.7 (2022-04-02)¶
Features and Improvements
use
coverage htmlfor report, dropcoverage annotatesupport.
Bugfixes
Fix a bug that the
pgr venv-upcannot locate the correct global pythonFix a bug that the
pgr build-doccannot locate the virtualenv sphinx.
1.0.6 (2021-12-10)¶
Bugfixes
fix a bug that AWS Chalice deploy that package the vendor files to the wrong location
remove unnecessary config fields
Miscellaneous
add
pygitrepo-config.jsondocument
1.0.5 (2021-12-09)¶
Miscellaneous
fix unnecessary print
1.0.4 (2021-12-09)¶
Features and Improvements
add
--do-dry-runoptions for most of the sub command. It is forpgrsubcommand action only. For underlying command line such asaws, you can use the underlying command line specific dry run option. This--do-dry-runis trying to avoid option name conflict.
Minor Improvements
Set up doc skeleton, add python development workflow doc
1.0.3 (2021-12-08)¶
Features and Improvements
Add AWS Chalice support, made AWS Lambda deployment easier.
1.0.2 (2021-12-08)¶
Features and Improvements
add
pgr get-value ${attribute_name}subcommand, so you can pass value from python to shell scriptpgr
1.0.1 (2021-12-07)¶
Features and Improvements
pygitreponow it is a zero dependency cli tools. A simplified version ofpipenv
0.0.5 (TODO)¶
Features and Improvements
Re-implement the interactive repo initialization script. Allows complex inter-option dependency logic which is not available in
cookiecutterIf you are not using
pyenv-virtualenv, allows to activate virtualenv withsource ./bin/py/activate.sh.Add a powerful Centralized config management framework allows you to read and inject config values to any programming language, any system like AWS parameter store. And you can easily customize how’s config been dynamically created.
Add a Deployment on AWS best practice framework allows you to easily manage a multi-env dev/test/prod continues deployment workflow.
Add CI/CD integration with CircleCI
improve CI/CD integration with TravisCI
Minor Improvements
Bugfixes
Miscellaneous
0.0.1 (2021-12-05)¶
First release