Skip to content

Releases: MartinBernstorff/Memium

v0.25.31

15 Jan 18:03
Compare
Choose a tag to compare

v0.25.31 (2025-01-15)

Bug Fixes

  • deps: Update dependency pyright to v1.1.392.post0 (#807, a7ba499)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | pyright | ==1.1.392 -> ==1.1.392.post0 | age | adoption | passing | confidence |


Release Notes

RobertCraigie/pyright-python (pyright)

v1.1.392.post0

Compare Source

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.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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


Detailed Changes: v0.25.30...v0.25.31

v0.25.30

15 Jan 11:13
Compare
Choose a tag to compare

v0.25.30 (2025-01-15)

Bug Fixes

  • deps: Update dependency pyright to v1.1.392 (#806, 29ecb1b)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | pyright | ==1.1.391 -> ==1.1.392 | age | adoption | passing | confidence |


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.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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


Detailed Changes: v0.25.29...v0.25.30

v0.25.29

14 Jan 15:46
Compare
Choose a tag to compare

v0.25.29 (2025-01-14)

Bug Fixes

  • deps: Update dependency sentry-sdk to v2.20.0 (#805, 25cb10e)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | sentry-sdk (changelog) | ==2.19.2 -> ==2.20.0 | age | adoption | passing | confidence |


Release Notes

getsentry/sentry-python (sentry-sdk)

v2.20.0

Compare Source

For more information, see the documentation for the TyperIntegration.

For more information, see the documentation for the UnleashIntegration.

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.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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


Detailed Changes: v0.25.28...v0.25.29

v0.25.28

13 Jan 12:16
Compare
Choose a tag to compare

v0.25.28 (2025-01-13)

Bug Fixes

  • deps: Update dependency syrupy to v4.8.1 (#804, ac2ad78)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | syrupy | ==4.8.0 -> ==4.8.1 | age | adoption | passing | confidence |


Release Notes

syrupy-project/syrupy (syrupy)

v4.8.1

Compare Source

Bug Fixes
  • check current session's pending-write queue when recalling snapshots (e.g. diffing) (#​927) (0f6bb55)

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.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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

Chores

  • deps: Update python-semantic-release/python-semantic-release action to v9.16.0 (#802, 2e87a03)

This PR contains the following updates:

| Package | Type | Update | Change | |---|---|---|---| | python-semantic-release/python-semantic-release | action | minor | v9.15.2 -> v9.16.0 |


Release Notes

python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)

v9.16.0

Compare Source

Bug Fixes
  • changelog: Fixes PSR release commit exclusions for customized commit messages

(#​1139,

f9a2078)

  • fix(config-changelog): validate changelog.exclude_commit_patterns on config load

  • test(fixtures): relocate sanitize changelog functions

  • test(cmd-version): add test to validate that custom release messages are ignored in changelog

  • test(config): add changelog.exclude_commit_patterns validation check

  • style(config): refactor import names of re module

  • cmd-version: Fix --print-tag result to match configured tag format

(#​1134,

a990aa7)

  • test(fixtures): add new trunk repo that has a different tag format

  • test(fixtures): add helper to extract config settings from repo action definition

  • test(cmd-version): expand testing of --print-tag & --print-last-released-tag

PSR did not have enough testing to demonstrate testing of the tag generation when the tag format was configured differently than normal. This commit adds a significant portion of testing to exercise the print tag functionality which must match the configured tag format.

  • cmd-version: Fix tag format on default version when force bump for initial release

(#​1138,

007fd00)

Resolves: #​1137

  • test(fixtures): add new unreleased trunk repo with a different tag format

  • test(cmd-version): ensure forced bump version on initial release follows tag format

ref: #​1137

Features
  • config: Expand dynamic parser import to handle a filepath to module

(#​1135,

0418fd8)

  • test(fixtures): remove import checking/loading of custom parser in use_custom_parser

  • test(config): extend import parser unit tests to evaluate file paths to modules

  • docs(commit-parsing): add the new custom parser import spec description for direct path imports

Resolves: #​687

  • docs(configuration): adjust commit_parser option definition for direct path imports

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.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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

  • deps: Update python-semantic-release/python-semantic-release action to v9.16.1 (#803, 4536178)

This PR contains the following updates:

| Package | Type | Update | Change | |---|---|---|---| | python-semantic-release/python-semantic-release | action | patch | v9.16.0 -> v9.16.1 |


Release Notes

python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)

v9.16.1

Compare Source

Bug Fixes
  • parser-custom: Handle relative parent directory paths to module file better

(#​1142,

c4056fc)

The dynamic import originally would just replace "/" with "." to make the import module name more pythonic, however this would be problematic in monorepos which would use "../../misc/commit_parser.py" to locate the parser and so the resulting sys.modules entry would have numerous periods (.) as a prefix. This removes that possibility. Still always an issue if the imported module name matches an existing module but the likelihood is low.

Documentation
  • github-actions: Update PSR versions in github workflow examples

(#​1140,

9bdd626)

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.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Read more

v0.25.27

09 Jan 16:09
Compare
Choose a tag to compare

v0.25.27 (2025-01-09)

Bug Fixes

  • deps: Update dependency pydantic to v2.10.5 (#801, 6603ef7)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | pydantic (changelog) | ==2.10.4 -> ==2.10.5 | age | adoption | passing | confidence |


Release Notes

pydantic/pydantic (pydantic)

v2.10.5

Compare Source

GitHub release

What's Changed

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.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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


Detailed Changes: v0.25.26...v0.25.27

v0.25.26

25 Dec 16:46
Compare
Choose a tag to compare

v0.25.26 (2024-12-25)

Bug Fixes

  • deps: Update dependency cruft to v2.16.0 (#800, 4c83d17)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | cruft | ==2.15.0 -> ==2.16.0 | age | adoption | passing | confidence |


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.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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


Detailed Changes: v0.25.25...v0.25.26

v0.25.25

22 Dec 14:33
Compare
Choose a tag to compare

v0.25.25 (2024-12-22)

Bug Fixes

  • deps: Update dependency pytest-testmon to v2.1.3 (#799, 34b6e28)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | pytest-testmon | ==2.1.1 -> ==2.1.3 | age | adoption | passing | confidence |


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.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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


Detailed Changes: v0.25.24...v0.25.25

v0.25.24

18 Dec 20:29
Compare
Choose a tag to compare

v0.25.24 (2024-12-18)

Bug Fixes

  • deps: Update dependency pydantic to v2.10.4 (#798, 3d51c5b)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | pydantic (changelog) | ==2.10.3 -> ==2.10.4 | age | adoption | passing | confidence |


Release Notes

pydantic/pydantic (pydantic)

v2.10.4

Compare Source

GitHub release

What's Changed
Packaging
Fixes
New Contributors

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.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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


Detailed Changes: v0.25.23...v0.25.24

v0.25.23

18 Dec 12:38
Compare
Choose a tag to compare

v0.25.23 (2024-12-18)

Bug Fixes

  • deps: Update dependency pyright to v1.1.391 (#797, 86ece60)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | pyright | ==1.1.390 -> ==1.1.391 | age | adoption | passing | confidence |


Release Notes

RobertCraigie/pyright-python (pyright)

v1.1.391

Compare Source

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.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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

Chores

  • deps: Update python-semantic-release/python-semantic-release action to v9.15.2 (#796, fe2a452)

This PR contains the following updates:

| Package | Type | Update | Change | |---|---|---|---| | python-semantic-release/python-semantic-release | action | patch | v9.15.1 -> v9.15.2 |


Release Notes

python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)

v9.15.2

Compare Source

Bug Fixes
  • changelog: Ensures user rendered files are trimmed to end with a single newline

(#​1118,

6dfbbb0)

  • cli: Add error message of how to gather full error output

(#​1116,

ba85532)

  • cmd-version: Enable maintenance prereleases

(#​864,

b88108e)

  • test(fixtures): improve changelog generator to filter by max version

  • test(fixtures): add repo fixture of a trunk only repo w/ dual version support

  • test(fixtures): add repo fixture of a trunk only repo w/ dual version support & prereleases

  • test(cmd-version): add rebuild repo tests for new dual version support repos

  • test(version-determination): adjust unit tests of increment_version logic

This clarifies repeated function calls and pytest parameter names included the unclear assert diff. Adds additional tests to check bad states for failures and refactored to match new function signature.

  • fix(version-bump): increment based on current commit's history only

Refactor duplicate logging messages and flow to process out odd cases in a fail fast methodology. This removes the reliance on any last full release that is not within the history of the current branch.

Resolves: #​861

  • cmd-version: Fix handling of multiple prerelease token variants & git flow merges

(#​1120,

8784b9a)

  • refactor: define a custom logging level of silly

  • fix(version): remove some excessive log msgs from debug to silly level

  • test(fixtures): refactor builder functions for version file updates

  • test(fixtures): adjust build command to handle versions w/ build metadata

  • test(fixtures): fix gitflow repo that included an invalid build metadata string

  • test(fixtures): fix major_on_zero setting in repos to match expected behavior

  • test(cmd-version): add test cases to run an example repo rebuild w/ psr

  • test(cmd-version): enable git flow repo rebuild w/ psr test cases

  • fix(cmd-version): handle multiple prerelease token variants properly

In the case where there are alpha and beta releases, we must only consider the previous beta release even if alpha releases exist due to merging into beta release only branches which have no changes considerable changes from alphas but must be marked otherwise.

Resolves: #​789

  • fix(cmd-version): fix version determination algorithm to capture commits across merged branches

  • perf(cmd-version): refactor version determination algorithm for accuracy & speed

  • test(algorithm): refactor test to match new function signature

  • style(algorithm): drop unused functions & imports

  • test(algorithm): adapt test case for new DFS commit traversal implementation

  • cmd-version: Forces tag timestamp to be same time as release commit

(#​1117,

7898b11)

  • config: Ensure default config loads on network mounted windows environments

(#​1124,

a64cbc9)

Resolves: #​1123

  • test(cmd-generate-config): added noop version execution to validate config at runtime

ref: #​1123

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.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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


Detailed Changes: v0.25.22...v0.25.23

v0.25.22

15 Dec 12:17
Compare
Choose a tag to compare

v0.25.22 (2024-12-15)

Bug Fixes

  • deps: Update dependency iterpy to v1.11.1 (#795, 6381c1b)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | iterpy | ==1.11.0 -> ==1.11.1 | age | adoption | passing | confidence |


Release Notes

MartinBernstorff/iterpy (iterpy)

v1.11.1

Compare Source

Build
  • build: update Makefile (c240a88)

  • build(deps): update arr.py, pyproject.toml and uv.lock (c844e66)

Fix
Unknown
  • update .gitignore, arr.py and test_arr.py (959821a)

  • Initial commit (96deab9)

  • Update README.md (f06a276)

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.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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


Detailed Changes: v0.25.21...v0.25.22