Skip to content

Commit c4ea01b

Browse files
authored
prep for release 2.4.0 (#213)
1 parent a296f57 commit c4ea01b

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,19 @@ version: 2
33
updates:
44
- package-ecosystem: 'github-actions'
55
directory: '/'
6+
groups:
7+
actions:
8+
patterns:
9+
- '*'
610
schedule:
711
# Check for updates to GitHub Actions every week
812
interval: 'weekly'
913
- package-ecosystem: 'pip'
1014
directory: '/'
15+
groups:
16+
pip:
17+
patterns:
18+
- '*'
1119
schedule:
1220
# Check for updates to GitHub Actions every week
1321
interval: 'weekly'

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/broadinstitute/python-cert_manager/tree/2.4.0) (2024-01-29)
4+
5+
[Full Changelog](https://github.com/broadinstitute/python-cert_manager/compare/2.3.1...2.4.0)
6+
7+
**Implemented enhancements:**
8+
9+
- feat: migrate Python linting to Ruff [\#201](https://github.com/broadinstitute/python-cert_manager/pull/201) ([coreone](https://github.com/coreone))
10+
- Implementation of the Person API [\#194](https://github.com/broadinstitute/python-cert_manager/pull/194) ([joachimBurket](https://github.com/joachimBurket))
11+
12+
**Fixed bugs:**
13+
14+
- fix: default encoding to ascii if not set [\#212](https://github.com/broadinstitute/python-cert_manager/pull/212) ([coreone](https://github.com/coreone))
15+
316
## [2.3.1](https://github.com/broadinstitute/python-cert_manager/tree/2.3.1) (2023-06-05)
417

518
[Full Changelog](https://github.com/broadinstitute/python-cert_manager/compare/2.3.0...2.3.1)

0 commit comments

Comments
 (0)