We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26e463 commit ebf43f1Copy full SHA for ebf43f1
2 files changed
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
---------
3
4
+1.2.0 (2024-09-16)
5
+++++++++++++++++++
6
+
7
+Features:
8
9
+* TornadoPlugin: Ensure consistent ordering for HTTP path keys
10
+ (:pr:`159`). Thanks :user:`bhperry` for the PR.
11
12
1.1.0 (2024-03-18)
13
++++++++++++++++++
14
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "apispec-webframeworks"
-version = "1.1.0"
+version = "1.2.0"
description = "Web framework plugins for apispec."
readme = "README.rst"
license = { file = "LICENSE" }
0 commit comments