Skip to content

Commit 2680b54

Browse files
committed
Add changes.
1 parent 0e9e7ad commit 2680b54

File tree

2 files changed

+71
-2
lines changed

2 files changed

+71
-2
lines changed

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
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.

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ chronological order. Releases follow [semantic versioning](https://semver.org/)
55
releases are available on [PyPI](https://pypi.org/project/pytask-stata) and
66
[Anaconda.org](https://anaconda.org/conda-forge/pytask-stata).
77

8-
## 0.4.1 - 2024-xx-xx
8+
## 0.5.0 - 2025-07-26
99

1010
- {pull}`37` updates the CI.
11-
- {pull}`38` updates tests for pytask v0.5.
11+
- {pull}`38` updates tests for pytask v0.5.0.
12+
- {pull}`39` use uv, use ty, update tests and CI, raise minimum python version to 3.9 and support Python 3.13.
1213

1314
## 0.4.0 - 2024-03-19
1415

0 commit comments

Comments
 (0)