Skip to content

Commit

Permalink
Bump version to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slymit committed Jun 16, 2024
1 parent 294824e commit 654d3a6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ Here you can see the full list of changes between sa-filters
versions, where semantic versioning is used: *major.minor.patch*.


2.0.0
-----

Released 2024-06-16

* Modify function apply_pagination api
* Rewrite the README using SQLAlchemy 2.0 style, fix typos and links
* Rename the param 'query' to 'stmt' in functions apply_filters, apply_loads and apply_sort
* Rename variables in tests
* Add python 3.12 support
* Add typing and improve docstrings for public functions
* Add tests for python 3.11
* Add containers target to Makefile
* Add 'downloads' badge
* Fix TypeError: 'type' object is not subscriptable if using python versions 3.7 or 3.8
* Fixed coverage for Python 3.11
* Bump postgres and mysql dev containers to the latest version
* Bump psycopg2 to the version 2.9.9
* Bump GitHub Action Setup Python to v5 and Checkout to v4

1.3.0
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='sa-filters',
version='1.3.0',
version='2.0.0',
description='A library to filter SQLAlchemy queries.',
long_description=readme,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 654d3a6

Please sign in to comment.