|
| 1 | +# Changes |
| 2 | + |
| 3 | +This is a record of all past pytask-stata releases and what went into them in reverse |
| 4 | +chronological order. Releases follow [semantic versioning](https://semver.org/) and all |
| 5 | +releases are available on [PyPI](https://pypi.org/project/pytask-stata) and |
| 6 | +[Anaconda.org](https://anaconda.org/conda-forge/pytask-stata). |
| 7 | + |
| 8 | +## 0.4.1 - 2024-xx-xx |
| 9 | + |
| 10 | +- {pull}`37` updates the CI. |
| 11 | +- {pull}`38` updates tests for pytask v0.5. |
| 12 | + |
| 13 | +## 0.4.0 - 2024-03-19 |
| 14 | + |
| 15 | +- {pull}`36` makes pytask-stata compatible with pytask v0.4.0. |
| 16 | + |
| 17 | +## 0.3.0 - 2023-01-23 |
| 18 | + |
| 19 | +- {pull}`24` adds ruff and refurb. |
| 20 | +- {pull}`25` adds docformatter. |
| 21 | +- {pull}`26` adds Python 3.11 to CI. |
| 22 | +- {pull}`28` aligns the package with pytask v0.3. |
| 23 | + |
| 24 | +## 0.2.0 - 2022-04-16 |
| 25 | + |
| 26 | +- {pull}`18` adds typing to the package. |
| 27 | +- {pull}`20` removes an unnecessary hook implementation. |
| 28 | +- {pull}`22` aligns the package with pytask v0.2. |
| 29 | + |
| 30 | +## 0.1.2 - 2022-02-08 |
| 31 | + |
| 32 | +- {pull}`19` fixes the minimum python and pytask version. |
| 33 | + |
| 34 | +## 0.1.1 - 2022-02-07 |
| 35 | + |
| 36 | +- {pull}`16` skips concurrent CI builds. |
| 37 | +- {pull}`17` deprecates Python 3.6 and adds support for Python 3.10. |
| 38 | + |
| 39 | +## 0.1.0 - 2021-07-21 |
| 40 | + |
| 41 | +- {pull}`11` fixes the `README.rst`. |
| 42 | +- {pull}`13` replaces versioneer with setuptools-scm. |
| 43 | +- {pull}`14` fixes tests and aligns pytask-stata with pytask v0.1.0. |
| 44 | + |
| 45 | +## 0.0.6 - 2021-03-05 |
| 46 | + |
| 47 | +- {pull}`10` fixes the version of the package. |
| 48 | + |
| 49 | +## 0.0.5 - 2021-03-04 |
| 50 | + |
| 51 | +- {pull}`7` fix some post-release issues. |
| 52 | +- {pull}`9` adds dependencies to `setup.py`. |
| 53 | + |
| 54 | +## 0.0.4 - 2021-02-25 |
| 55 | + |
| 56 | +- {pull}`6` prepares pytask-stata to be published on PyPI, adds versioneer and more. |
| 57 | + |
| 58 | +## 0.0.3 - 2021-01-16 |
| 59 | + |
| 60 | +- {pull}`4` removes log file handling on UNIX and raises an error if run in parallel. |
| 61 | + |
| 62 | +## 0.0.2 - 2020-10-30 |
| 63 | + |
| 64 | +- {pull}`1` makes pytask-stata work with pytask v0.0.9. |
| 65 | + |
| 66 | +## 0.0.1 - 2020-10-04 |
| 67 | + |
| 68 | +- Release v0.0.1. |
0 commit comments