Skip to content

Commit

Permalink
Bump to V2.9.0 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
raychan authored May 8, 2024
1 parent 84ec523 commit f38aedb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
Changelog
=========
2.8.0 (2024-5-03)
2.9.0 (2024-05-08)
++++++++++++++++++++++++++
* Add response_validation_exclude_routes support (see #253)

2.8.0 (2024-05-03)
++++++++++++++++++++++++++
* Ensure http 401 in case of missing security (see #239)
* Fix pyramid swagger renderer if missing schema (see #242)
* Reduce usage of deprecated methods (see #241)
* Minor fixes (see #243, #244 and #246)
* Update tox to py38 and py310 and skip swagger 1.2 tests (see #249)

2.7.0 (2019-5-07)
2.7.0 (2019-05-07)
++++++++++++++++++++++++++
* Remove not needed deprecation warnings (see #238)
* Make ``pyramid_swagger`` compatible with ``jsonschema>3`` (see #327)
Expand Down
2 changes: 1 addition & 1 deletion pyramid_swagger/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__summary__ = "Swagger tools for use in pyramid webapps"
__uri__ = "https://github.com/striglia/pyramid_swagger"

__version__ = "2.8.0"
__version__ = "2.9.0"

__author__ = "Scott Triglia"
__email__ = "scott.triglia@gmail.com"
Expand Down

0 comments on commit f38aedb

Please sign in to comment.