Skip to content

Commit 67750e9

Browse files
committed
chore: release v1.9.2
1 parent e2b75ec commit 67750e9

15 files changed

Lines changed: 8 additions & 19 deletions

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Require maintainer review for all repository changes.
22
* @arkadyb
3-

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body:
2323
id: version
2424
attributes:
2525
label: corpulse version
26-
placeholder: "0.1.0, main branch commit, or editable install"
26+
placeholder: "1.9.2, main branch commit, or editable install"
2727
validations:
2828
required: true
2929
- type: input
@@ -38,4 +38,3 @@ body:
3838
attributes:
3939
label: Additional context
4040
description: Logs, stack traces, backend details, or related links.
41-

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ contact_links:
33
- name: Security vulnerability
44
url: https://github.com/arkadyb/corpulse/security/advisories/new
55
about: Report suspected vulnerabilities privately through GitHub Security Advisories.
6-

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ body:
2323
attributes:
2424
label: Alternatives considered
2525
description: Existing workarounds or other API shapes you considered.
26-

.github/REPOSITORY_SECURITY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ Settings -> Code security and analysis:
5353

5454
The release workflow publishes through PyPI Trusted Publishing and GitHub
5555
environments. Keep the `pypi` environment protected with required reviewers.
56-

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ updates:
1717
python-dependencies:
1818
patterns:
1919
- "*"
20-

.github/pull_request_template.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Summary
22

3-
-
3+
-
44

55
## Checks
66

@@ -11,5 +11,4 @@
1111

1212
## Maintainer Notes
1313

14-
-
15-
14+
-

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ jobs:
3838
3939
- name: Run tests
4040
run: python -m pytest
41-

.github/workflows/codeql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ jobs:
2828

2929
- name: Perform CodeQL analysis
3030
uses: github/codeql-action/analyze@v4
31-

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ Maintainers may ask for changes to tests, documentation, API shape, or scope.
2929

3030
For contributor safety, do not post security vulnerabilities in public issues or
3131
pull requests. Use the private reporting process in `SECURITY.md`.
32-

0 commit comments

Comments
 (0)