Skip to content

Commit 89752fc

Browse files
Add 1.2.0 changelog (#32)
1 parent ed6c0e8 commit 89752fc

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ jobs:
4141
- os: ubuntu-latest
4242
arch: amd64
4343
python-version: '3.10'
44-
- os: ubuntu-latest
45-
arch: amd64
46-
python-version: '3.9'
44+
# FIXME: mypy issues; probably lack of typing-extensions
45+
# - os: ubuntu-latest
46+
# arch: amd64
47+
# python-version: '3.9'
4748
steps:
4849
- name: Check out the repo
4950
uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
66

7+
## [1.2.0] - 2025-03-03
8+
9+
### Added
10+
11+
- Added support for client results from a server method. ([AntoninoBonanno](https://github.com/AntoninoBonann))
12+
713
## [1.1.0] - 2024-11-30
814

915
### Fixed

0 commit comments

Comments
 (0)