Skip to content

Commit 6c8e66c

Browse files
willingclwasser
authored andcommitted
Add changelog for v0.2.4
1 parent 728d2a0 commit 6c8e66c

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

CHANGELOG.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,34 @@
33
[![PyPI](https://img.shields.io/pypi/v/pyosmeta.svg)](https://pypi.org/project/pyosmeta/)
44

55
## [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+
623
- Fix: Parse up to 100 issues in a request (@lwasser, #94)
724
- Fix: refactor parse issue header (@lwasser, #91)
825
- Fix: Refactor and organize modules (@lwasser, #76)
926
- 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)
1227
- 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)
1428
- 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)
1829

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)
1934

2035
## [v0.2.3] - 2024-02-29
2136

@@ -53,7 +68,8 @@ This release was tagged in git and GitHub but not released to PyPI.
5368

5469
Initial release to PyPI.
5570

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
5773
[v0.2.3]: https://github.com/pyopensci/pyosmeta/compare/v0.15...v0.2.3
5874
[v0.2.2]: https://github.com/pyopensci/pyosmeta/compare/v0.15...v0.2.2
5975
[v0.15]: https://github.com/pyOpenSci/pyosMeta/releases/tag/v0.15

0 commit comments

Comments
 (0)