Skip to content

Commit 4474812

Browse files
committed
chore: release v1.1.0
1 parent 122a04f commit 4474812

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0] - 2025-08-28
9+
10+
### Added
11+
12+
- XML RPC response serialization (#7223e96)
13+
- JobD helper (#a88a343)
14+
15+
### Changed
16+
17+
- allow omitting empty dict for RPC requests (#f575a1e)
18+
819
## [1.0.0] - 2025-08-26
920

1021
### Added
1122

1223
- added [http-request-recorder](https://github.com/sipgate/http-request-recorder) matchers for XML/JSON RPC requests (#5edb323).
1324
- added sipgate-flavoured XML RPC request/response parsing/serialization (#58f6a75).
1425

26+
[1.1.0]: https://github.com/sipgate/http-request-recorder/compare/v1.0.0...v1.1.0
1527
[1.0.0]: https://github.com/sipgate/http-request-recorder/releases/tag/v1.0.0
1628

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sipgate_e2e_test_utils"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
authors = []
99
description = "A library for common utils used in E2E testing (XML-, JSON-RPC, awaiting assertions, JobD helpers)"
1010
readme = "README.md"

0 commit comments

Comments
 (0)