File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 41
41
- os : ubuntu-latest
42
42
arch : amd64
43
43
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'
47
48
steps :
48
49
- name : Check out the repo
49
50
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] , and this project adheres to [ Semantic Versioning] .
6
6
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
+
7
13
## [ 1.1.0] - 2024-11-30
8
14
9
15
### Fixed
You can’t perform that action at this time.
0 commit comments