Skip to content

Commit 8b4819b

Browse files
committed
📝 (README.md): correct wording for protocol class reference
⬆️ (pyproject.toml): bump version from 0.1.0 to 0.1.1 for minor documentation update
1 parent 820beec commit 8b4819b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ pytest --cov=sqlift
125125
126126
### Database clients
127127
128-
If you want to add support for a new database, you need to create a new client class that is consistent with the protocol class `Client` from `sqlift.clients` and implement the `execute` method. Look at the `SQLiteClient` and `PostgreSQLClient` classes for reference.
128+
If you want to add support for a new database, you need to create a new client class that is consistent with the protocol `Client` class from `sqlift.clients` and implement the `execute` method. Look at the `SQLiteClient` and `PostgreSQLClient` classes for reference.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "SQLift"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Simple CLI migration tool for SQL databases"
55
license = "MIT"
66
authors = ["SpaceShaman <spaceshaman@tuta.io>"]

0 commit comments

Comments
 (0)