Skip to content

Commit 8bf033e

Browse files
committed
feat: added CHANGELOG
1 parent 1a02860 commit 8bf033e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## v0.2.0 - October 18, 2023
4+
5+
* Introduced the `SQLiteCloudVM` class, a virtual machine for executing SQL commands. Provided methods to bind values, step through the execution, and retrieve query results.
6+
* Introduced a new protocol, SQLiteCloudProvider, which SQLiteCloud now conforms to. The protocol defines a comprehensive set of APIs to interact with SQLite databases in a cloud-based environment.
7+
8+
## v0.1.1 - September 28, 2023
9+
10+
* Removed SwiftLint as package dependency.
11+
12+
## v0.1.0 - September 28, 2023
13+
14+
* SQLiteCloud is a brand new Swift package that offers cloud-based SQLite database management.

0 commit comments

Comments
 (0)