This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
Releases: emre/kaptan
Releases · emre/kaptan
v0.6.0 - .ini export, maintenance, packaging
What's Changed
License
Feature
- Allow exporting for .ini config files by @onurguzel in #160
CI
- CI: Add GitHub action by @tony in #251
- chore: use >= for pytest by @ignatenkobrain in #163
Packaging
-
build(deps): Remove upper constraint on pyyaml by @tony in #252
- allow PyYAML version 6.x by @pauloacmartinez in #250
New Contributors
- @onurguzel made their first contribution in #160
- @ignatenkobrain made their first contribution in #163
- @pauloacmartinez made their first contribution in #250
- @sunpoet made their first contribution in #226
Full Changelog: v0.5.12...v0.6.0
v0.5.10
- Update Pipfile
- Relax pyyaml requirements to <4
- Support for Python 3.7
- Prevent test from creating stray .pyc files
- Update pytest 3.2.3 to 3.6.3
- Update sphinx 1.6.4 to 1.7.5
- Update sphinx-argparse 0.2.1 to 0.2.2
- Update sphinx-rtd-theme 0.2.4 to 0.4.0
- Add
make sync_pipfile
for updating Pipfile
v0.5.9
operation python3
python 3 support added.
mothership
- Added cli script to play with kaptan on command line. see #5