|
3 | 3 | [](https://pypi.org/project/pyosmeta/)
|
4 | 4 |
|
5 | 5 | ## [Unreleased]
|
| 6 | + |
| 7 | +## [v0.2.4] - 2024-03-29 |
| 8 | + |
| 9 | +### Added |
| 10 | + |
| 11 | +- Add support for partners and emeritus_editor in contributor model (@lwasser, #133) |
| 12 | +- Add support for pagination in github issue requests (@lwasser, #139) |
| 13 | +- Add tests for all utils functions (@lwasser, #122) |
| 14 | + |
| 15 | +### Changed |
| 16 | + |
| 17 | +#### Bug Fixes |
| 18 | + |
| 19 | +- Fix: Bug where date_accepted is removed (@lwasser, #129) |
| 20 | + |
| 21 | +#### Refactor |
| 22 | + |
6 | 23 | - Fix: Parse up to 100 issues in a request (@lwasser, #94)
|
7 | 24 | - Fix: refactor parse issue header (@lwasser, #91)
|
8 | 25 | - Fix: Refactor and organize modules (@lwasser, #76)
|
9 | 26 | - Fix: Rename and organize `clean.py` module into `utils_parse` and `utils_clean` (@lwasser, @willingc, #121)
|
10 |
| -- Fix: Add tests for all utils functions (@lwasser, #122) |
11 |
| -- Fix: Bug where date_accepted is removed (@lwasser, #129) |
12 | 27 | - Fix: Refactor all issue related GitHub methods to gh_client module (@lwasser, #125)
|
13 |
| -- Add: support for partners and emeritus_editor in contributor model (@lwasser, #133) |
14 | 28 | - Fix: Refactor all contributor GitHub related methods into gh_client module from contributors module (@lwasser, #125)
|
15 |
| -- Fix: Add support for pagination in github issue requests (@lwasser, #139) |
16 |
| -- Fix: update ci workflow versions (@willingc, #113) |
17 |
| -- Fix: separate build from publish steps for added security in pypi publish workflow (@lwasser, #113) |
18 | 29 |
|
| 30 | +#### CI |
| 31 | + |
| 32 | +- Update ci workflow versions (@willingc, #113) |
| 33 | +- Separate build from publish steps for added security in pypi publish workflow (@lwasser, #113) |
19 | 34 |
|
20 | 35 | ## [v0.2.3] - 2024-02-29
|
21 | 36 |
|
@@ -53,7 +68,8 @@ This release was tagged in git and GitHub but not released to PyPI.
|
53 | 68 |
|
54 | 69 | Initial release to PyPI.
|
55 | 70 |
|
56 |
| -[Unreleased]: https://github.com/pyopensci/pyosmeta/compare/v0.2.3...HEAD |
| 71 | +[Unreleased]: https://github.com/pyopensci/pyosmeta/compare/v0.2.4...HEAD |
| 72 | +[v0.2.4]: https://github.com/pyopensci/pyosmeta/compare/v0.2.3...v0.2.4 |
57 | 73 | [v0.2.3]: https://github.com/pyopensci/pyosmeta/compare/v0.15...v0.2.3
|
58 | 74 | [v0.2.2]: https://github.com/pyopensci/pyosmeta/compare/v0.15...v0.2.2
|
59 | 75 | [v0.15]: https://github.com/pyOpenSci/pyosMeta/releases/tag/v0.15
|
|
0 commit comments