@@ -6,12 +6,21 @@ See [GitHub releases](https://github.com/pyOpenSci/pyosMeta/releases) page for a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ v1.7.3] - 2025-08-07
10
+
11
+ * Fix: gracefully fail when collecting repository metrics outside of GitHub (@banesullivan , #300 )
12
+
13
+ ### Contributors to this release ✨
14
+
15
+ @banesullivan
16
+
9
17
## [ v1.7.2] - 2025-05-20
10
18
11
19
* Fix: support multiple editors and EiCs (@banesullivan , #290 )
12
20
* Fix: bug in contributor collection, incorrect repo names (@lwasser , #296 )
13
21
14
- ## Contributors to this release ✨
22
+ ### Contributors to this release ✨
23
+
15
24
@banesullivan , @lwasser
16
25
17
26
## [ v1.7.1] - 2025-05-20
@@ -38,13 +47,13 @@ See [GitHub releases](https://github.com/pyOpenSci/pyosMeta/releases) page for a
38
47
* Only use pre-commit ci autofix on automated PRs (@banesullivan , #275 )
39
48
* enh(docs): update pyosmeta release workflow docs (@lwasser , #278 )
40
49
41
- ## Thank you!! New Contributors to this release ✨
50
+ ### Thank you!! New Contributors to this release ✨
42
51
43
52
@klmcadams , @mrgah
44
53
45
54
## [ v1.6] - 2025-02-17
46
55
47
- ## What's Changed
56
+ ### What's Changed
48
57
49
58
* [ hotfix] handle packages that lack a description on GitHub by @banesullivan in < https://github.com/pyOpenSci/pyosMeta/pull/257 >
50
59
* In CONTRIBUTING.md, add more specifics on configuring API token #194 by @hariprakash619 in < https://github.com/pyOpenSci/pyosMeta/pull/255 >
@@ -55,7 +64,7 @@ See [GitHub releases](https://github.com/pyOpenSci/pyosMeta/releases) page for a
55
64
* Update contributor and review data by @github-actions in < https://github.com/pyOpenSci/pyosMeta/pull/253 >
56
65
* Update contributor and review data by @github-actions in < https://github.com/pyOpenSci/pyosMeta/pull/262 >
57
66
58
- ## New Contributors
67
+ ### New Contributors
59
68
60
69
* @hariprakash619 made their first contribution in < https://github.com/pyOpenSci/pyosMeta/pull/255 >
61
70
@@ -136,13 +145,13 @@ makes our CI more robust thanks to (@blink1073)
136
145
137
146
This is a small patch that fixes a bug in the code discovered by @pllim and adds ruff thanks to @blink1073
138
147
139
- ## What's Changed
148
+ ### What's Changed
140
149
141
150
* Adopt ruff by @blink1073 in < https://github.com/pyOpenSci/pyosMeta/pull/164 >
142
151
* Fix undeclared fix_indent by @pllim in < https://github.com/pyOpenSci/pyosMeta/pull/166 >
143
152
* Test cli on pull requests by @blink1073 in < https://github.com/pyOpenSci/pyosMeta/pull/170 >
144
153
145
- ## New Contributors
154
+ ### New Contributors
146
155
147
156
* @pllim made their first contribution in < https://github.com/pyOpenSci/pyosMeta/pull/166 >
148
157
0 commit comments