Skip to content

Commit 0458dcd

Browse files
authored
[Release] v0.1.7 -- pyosMeta
2 parents d9f9f59 + 0d9e04a commit 0458dcd

File tree

1 file changed

+47
-20
lines changed

1 file changed

+47
-20
lines changed

CHANGELOG.md

Lines changed: 47 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,63 @@
44

55
## [Unreleased]
66

7+
## [v0.2.7] - 2024-07-04
8+
9+
This is a small patch that supports a big refactor to make our code more maintainable. Many thanks to @sneakers-the-rat. It also
10+
makes our CI more robust thanks to (@blink1073)
11+
12+
### What's Changed
13+
14+
* Fix: Refactor of the API specifically updating the issue parser to make it more maintainable (@sneakers-the-rat, #174)
15+
* Fix: fix sigstore release build (@blink1073, #175)
16+
17+
## [v0.2.6] - 2024-07-02
18+
19+
This is a small patch that fixes a bug in the code discovered by @pllim and adds ruff thanks to @blink1073
20+
21+
## What's Changed
22+
23+
* Adopt ruff by @blink1073 in <https://github.com/pyOpenSci/pyosMeta/pull/164>
24+
* Fix undeclared fix_indent by @pllim in <https://github.com/pyOpenSci/pyosMeta/pull/166>
25+
* Test cli on pull requests by @blink1073 in <https://github.com/pyOpenSci/pyosMeta/pull/170>
26+
27+
## New Contributors
28+
29+
* @pllim made their first contribution in <https://github.com/pyOpenSci/pyosMeta/pull/166>
30+
31+
**Full Changelog**: <https://github.com/pyOpenSci/pyosMeta/compare/v0.2.5...v0.2.6>
32+
733
## [v0.2.5] - 2024-06-10
8-
- Fix: bug where if a github username has a name after it returns a invalid cleaned github username (@lwasser)
34+
35+
* Fix: bug where if a github username has a name after it returns a invalid cleaned github username (@lwasser)
936

1037
## [v0.2.4] - 2024-03-29
1138

1239
### Added
1340

14-
- Add support for partners and emeritus_editor in contributor model (@lwasser, #133)
15-
- Add support for pagination in github issue requests (@lwasser, #139)
16-
- Add tests for all utils functions (@lwasser, #122)
41+
* Add support for partners and emeritus_editor in contributor model (@lwasser, #133)
42+
* Add support for pagination in github issue requests (@lwasser, #139)
43+
* Add tests for all utils functions (@lwasser, #122)
1744

1845
### Changed
1946

2047
#### Bug Fixes
2148

22-
- Fix: Bug where date_accepted is removed (@lwasser, #129)
49+
* Fix: Bug where date_accepted is removed (@lwasser, #129)
2350

2451
#### Refactor
2552

26-
- Fix: Parse up to 100 issues in a request (@lwasser, #94)
27-
- Fix: refactor parse issue header (@lwasser, #91)
28-
- Fix: Refactor and organize modules (@lwasser, #76)
29-
- Fix: Rename and organize `clean.py` module into `utils_parse` and `utils_clean` (@lwasser, @willingc, #121)
30-
- Fix: Refactor all issue related GitHub methods to gh_client module (@lwasser, #125)
31-
- Fix: Refactor all contributor GitHub related methods into gh_client module from contributors module (@lwasser, #125)
53+
* Fix: Parse up to 100 issues in a request (@lwasser, #94)
54+
* Fix: refactor parse issue header (@lwasser, #91)
55+
* Fix: Refactor and organize modules (@lwasser, #76)
56+
* Fix: Rename and organize `clean.py` module into `utils_parse` and `utils_clean` (@lwasser, @willingc, #121)
57+
* Fix: Refactor all issue related GitHub methods to gh_client module (@lwasser, #125)
58+
* Fix: Refactor all contributor GitHub related methods into gh_client module from contributors module (@lwasser, #125)
3259

3360
#### CI
3461

35-
- Update ci workflow versions (@willingc, #113)
36-
- Separate build from publish steps for added security in pypi publish workflow (@lwasser, #113)
62+
* Update ci workflow versions (@willingc, #113)
63+
* Separate build from publish steps for added security in pypi publish workflow (@lwasser, #113)
3764

3865
## [v0.2.3] - 2024-02-29
3966

@@ -43,16 +70,16 @@ dynamic versioning. This release adds basic functionality for Partner support.
4370

4471
### Added
4572

46-
- Use `hatch_vcs` for dynamic versioning (@lwasser, #82)
47-
- Partner support to package (#92, @lwasser)
48-
- Code coverage setup (#97, @lwasser)
73+
* Use `hatch_vcs` for dynamic versioning (@lwasser, #82)
74+
* Partner support to package (#92, @lwasser)
75+
* Code coverage setup (#97, @lwasser)
4976

5077
### Changed
5178

52-
- Migrate to pytest for tests and setup hatch scripts (#89, @lwasser)
53-
- Add validation step to categories attr in pydantic model (#105, @lwasser)
54-
- Update pypi publish to use hatch (#82, @lwasser)
55-
- Move data accepted cleanup to pydantic field alias / validation step (@lwasser)
79+
* Migrate to pytest for tests and setup hatch scripts (#89, @lwasser)
80+
* Add validation step to categories attr in pydantic model (#105, @lwasser)
81+
* Update pypi publish to use hatch (#82, @lwasser)
82+
* Move data accepted cleanup to pydantic field alias / validation step (@lwasser)
5683

5784
Thank you to all contributors to this release. Special thanks
5885
to @ofek for assistance with `hatch`, @pradyunsg for packaging guidance, @webknjaz

0 commit comments

Comments
 (0)