@@ -2,6 +2,70 @@ Changelog
22=========
33
44
5+ v5.1.3 (2025-08-07)
6+ -------------------
7+
8+ Test
9+ ~~~~
10+ - Test: add bidi example in test (#1154) [Kazuaki Matsuo]
11+
12+ * test: add bidi log example test
13+
14+ * add ci
15+
16+ * add ubsubscribe
17+
18+ * run it first
19+
20+ * remove redundant log
21+
22+ * run at the end
23+
24+ * add comment
25+
26+ Other
27+ ~~~~~
28+ - Bump 5.1.3. [Kazuaki Matsuo]
29+ - Chore: fix some mypy errors (#1153) [Kazuaki Matsuo]
30+
31+ * chore: fix some mypy
32+ - Chore: wrong usage of CanFindElements #1148 (#1152) [Kazuaki Matsuo]
33+
34+ * chore: revert protocol
35+
36+ * add doc
37+ - Chore(deps-dev): update ruff requirement from ~=0.12.5 to ~=0.12.7
38+ (#1151) [dependabot[bot]]
39+ - Chore(deps-dev): update ruff requirement from ~=0.12.4 to ~=0.12.5
40+ (#1149) [dependabot[bot], dependabot[bot]]
41+
42+ Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
43+ - [Release notes](https://github.com/astral-sh/ruff/releases)
44+ - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
45+ - [Commits](https://github.com/astral-sh/ruff/compare/0.12.4...0.12.5)
46+
47+ ---
48+ updated-dependencies:
49+ - dependency-name: ruff
50+ dependency-version: 0.12.5
51+ dependency-type: direct:development
52+ ...
53+ - Chore(deps-dev): update pytest-cov requirement from ~=5.0 to ~=6.2
54+ (#1136) [dependabot[bot], dependabot[bot]]
55+
56+ Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
57+ - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
58+ - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.2.1)
59+
60+ ---
61+ updated-dependencies:
62+ - dependency-name: pytest-cov
63+ dependency-version: 6.2.1
64+ dependency-type: direct:development
65+ ...
66+ - Update changelog for 5.1.2. [Kazuaki Matsuo]
67+
68+
569v5.1.2 (2025-07-24)
670-------------------
771
0 commit comments