Skip to content

Commit

Permalink
Version bump to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Sep 5, 2023
1 parent 6202e50 commit 8448d41
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

0.2 (2023-09-05)
----------------

* Introduce virtual models as a closer drop-in replacement for model classes
* Support `detail_url` endpoints on `APIQuerySet` for retrieving individual records
* Implement `in_bulk` on `APIQuerySet`
* Allow customising HTTP headers on `APIQuerySet`
* Documentation


0.1 (2023-05-30)
----------------

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

setup(
name='queryish',
version='0.1',
version='0.2',
description="A library for constructing queries on arbitrary data sources following Django's QuerySet API",
author='Matthew Westcott',
author_email='[email protected]',
Expand Down

0 comments on commit 8448d41

Please sign in to comment.