Skip to content

Commit ef112ff

Browse files
committed
Release 1.5
1 parent c65b67c commit ef112ff

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog
33
===========
44

5+
.. _v1_5:
6+
7+
1.5 (2019-07-14)
8+
----------------
9+
10+
- Support for compound primary keys (`#36 <https://github.com/simonw/sqlite-utils/issues/36>`__)
11+
12+
- Configure these using the CLI tool by passing ``--pk`` multiple times
13+
- In Python, pass a tuple of columns to the ``pk=(..., ...)`` argument: see :ref:`python_api_compound_primary_keys`
14+
15+
- New ``table.get()`` method for retrieving a record by its primary key (`#39 <https://github.com/simonw/sqlite-utils/issues/39>`__) - :ref:`documentation <python_api_get>`
16+
517
.. _v1_4_1:
618

719
1.4.1 (2019-07-14)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import io
33
import os
44

5-
VERSION = "1.4.1"
5+
VERSION = "1.5"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)