Skip to content

Commit

Permalink
0.25.35
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 30, 2025
1 parent b622d27 commit a740a14
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 1 deletion.
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,79 @@
# CHANGELOG


## v0.25.35 (2025-01-30)

### Bug Fixes

- **deps**: Update dependency diff-cover to v9.2.2
([#812](https://github.com/MartinBernstorff/Memium/pull/812),
[`b622d27`](https://github.com/MartinBernstorff/Memium/commit/b622d279c40e599eab7fee1b418220ab4ed6426a))

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| |
[diff-cover](https://redirect.github.com/Bachmann1234/diff-cover) | `==9.2.1` -> `==9.2.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/diff-cover/9.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/diff-cover/9.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/diff-cover/9.2.1/9.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/diff-cover/9.2.1/9.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details> <summary>Bachmann1234/diff-cover (diff-cover)</summary>

### [`v9.2.2`](https://redirect.github.com/Bachmann1234/diff_cover/releases/tag/v9.2.2)

[Compare Source](https://redirect.github.com/Bachmann1234/diff-cover/compare/v9.2.1...v9.2.2)

#### What's Changed

- Fix files only covered by one LCOV report showing 100% coverage by
[@&#8203;matsjoyce-refeyn](https://redirect.github.com/matsjoyce-refeyn) in
[https://github.com/Bachmann1234/diff_cover/pull/433](https://redirect.github.com/Bachmann1234/diff_cover/pull/433)

##### Dependency Bumps

- Bump pylint from 3.3.2 to 3.3.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Bachmann1234/diff_cover/pull/429](https://redirect.github.com/Bachmann1234/diff_cover/pull/429)
- Bump jinja2 from 3.1.4 to 3.1.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/Bachmann1234/diff_cover/pull/431](https://redirect.github.com/Bachmann1234/diff_cover/pull/431)
- Bump pytest-cov from 5.0.0 to 6.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Bachmann1234/diff_cover/pull/430](https://redirect.github.com/Bachmann1234/diff_cover/pull/430)

**Full Changelog**: https://github.com/Bachmann1234/diff_cover/compare/v9.2.1...v9.2.2

</details>

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

**Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job
log](https://developer.mend.io/github/MartinBernstorff/Memium).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>


## v0.25.34 (2025-01-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "memium"
version = "0.25.34"
version = "0.25.35"
authors = [{ name = "Martin Bernstorff", email = "[email protected]" }]
description = "Memium"
classifiers = ["Programming Language :: Python :: 3.11"]
Expand Down

0 comments on commit a740a14

Please sign in to comment.