Skip to content

Commit 0a98778

Browse files
✨ pyosMeta Release 1.7 ✨ (#285)
* Update CHANGELOG.md * '[pre-commit.ci 🤖] Apply code format tools to PR' --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e3a3ebc commit 0a98778

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,26 @@ See [GitHub releases](https://github.com/pyOpenSci/pyosMeta/releases) page for a
66

77
## [Unreleased]
88

9-
* Use a consistent logger for informational/debug outputs. Using print statements can make it tough to track down which line of code emitted the message and using the `warnings` module will suppress recurring warnings.
9+
## [v1.7] - 2025-05-19
10+
11+
### Added
1012
* Added `tqdm` as a dependency to improve progress monitoring when running data processing scripts (@banesullivan)
13+
* Test missing community partnerships section (@banesullivan, #268)
14+
* enh: use graphql to consolidate api calls by (@lwasser, #267)
15+
* Consistent logging by @banesullivan in https://github.com/pyOpenSci/pyosMeta/pull/270
16+
* enh(ci): Add zizmor to `pre-commit-config.yaml` (@klmcadams, #283)
17+
* enh(docs): Docstrings to docs (@mrgah, #281)
18+
19+
### Fixed
20+
* Use a consistent logger for informational/debug outputs. Using print statements can make it tough to track down which line of code emitted the message and using the `warnings` module will suppress recurring warnings (@banesullivan)
21+
* Fix: update deprecated sigstore action by (@lwasser, #265)
22+
* Remove duplicate "Add help-wanted issues to help wanted board" job by (@banesullivan, #269)
23+
* Update reviews script fail on error (@banesullivan, #272)
24+
* Only use pre-commit ci autofix on automated PRs (@banesullivan, #275)
25+
* enh(docs): update pyosmeta release workflow docs (@lwasser, #278)
26+
27+
## Thank you!! New Contributors to this release ✨
28+
@klmcadams, @mrgah
1129

1230
## [v1.6] - 2025-02-17
1331

0 commit comments

Comments
 (0)