We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1820452 commit 1ac866fCopy full SHA for 1ac866f
.readthedocs.yaml
@@ -0,0 +1,8 @@
1
+version: 2
2
+build:
3
+ os: "ubuntu-20.04"
4
+ tools:
5
+ python: "3.10"
6
+ jobs:
7
+ post_checkout:
8
+ - git fetch --unshallow
CHANGELOG.md
@@ -202,6 +202,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202
- Allow any MessagePack supported type as a request key (#240).
203
- Puting test files in pip package (#238).
204
- Make connection close idempotent (#250).
205
+- readthedocs version (#255).
206
207
## 0.9.0 - 2022-06-20
208
0 commit comments