Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.2"
".": "1.3.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.3.0](https://github.com/pvarki/python-matrix-rmapi/compare/v1.2.2...v1.3.0) (2026-07-14)


### Features

* element x onboarding ([b9b3944](https://github.com/pvarki/python-matrix-rmapi/commit/b9b39445fbf026e472ef99fb9b6c3264466c7518))
* use matrix authentication service ([446fdfb](https://github.com/pvarki/python-matrix-rmapi/commit/446fdfbce44d55e0824ce429709fd521a828a422))


### Bug Fixes

* devspace ([e9ae8fb](https://github.com/pvarki/python-matrix-rmapi/commit/e9ae8fb6e9dc2530567c19fdd9d5ee265fc0aa17))
* implement proper healtcheck ([191b342](https://github.com/pvarki/python-matrix-rmapi/commit/191b3429031b05be17a8ced59a0ce5d1a1f461c0))
* naming + pylint ([65ef839](https://github.com/pvarki/python-matrix-rmapi/commit/65ef839b8765f62a4fb580eddf8d717c2dfb6317))
* remove kc registration ([77ef01d](https://github.com/pvarki/python-matrix-rmapi/commit/77ef01da8431f98d4f2668d6a090883b7d612e93))

## [1.2.2](https://github.com/pvarki/python-matrix-rmapi/compare/v1.2.1...v1.2.2) (2026-07-02)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "matrixrmapi"
version = "1.2.2"
version = "1.3.0"
description = "Matrix service RASENMAEHER integration API service"
authors = [{ name = "logaritmi", email = "logaritmi@FIXME.com" }]
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion src/matrixrmapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Matrix product RASENMAEHER integration API service"""

__version__ = "1.2.2" # x-release-please-version
__version__ = "1.3.0" # x-release-please-version
2 changes: 1 addition & 1 deletion tests/test_matrixrmapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

def test_version() -> None:
"""Make sure version matches expected"""
assert __version__ == "1.2.2" # x-release-please-version
assert __version__ == "1.3.0" # x-release-please-version


def test_healthcheck_not_initialised(mtlsclient: TestClient) -> None:
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading