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.1.2"
".": "1.2.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.2.0](https://github.com/pvarki/python-matrix-rmapi/compare/v1.1.2...v1.2.0) (2026-06-14)


### Features

* allow manual triggering of CI jobs ([b36a04f](https://github.com/pvarki/python-matrix-rmapi/commit/b36a04f3bf7237e67672e9ab62bbe8a18133890c))


### Bug Fixes

* **release-please:** do not include component in tag ([a17cd1e](https://github.com/pvarki/python-matrix-rmapi/commit/a17cd1e2416c09d49de3652625f849ac4cefe762))


### Documentation

* write changelogs for past versions ([cb90f68](https://github.com/pvarki/python-matrix-rmapi/commit/cb90f68cec7d38d5e49b0a2fcc02e89dc68f18d3))

## [1.1.2](https://github.com/pvarki/python-matrix-rmapi/releases/tag/v1.1.2) (2026-06-09)


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.1.2"
version = "1.2.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.1.2" # x-release-please-version
__version__ = "1.2.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 @@ -6,7 +6,7 @@

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


def test_healthcheck(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