Skip to content

Commit

Permalink
release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dikatok committed Aug 23, 2024
1 parent 21cc466 commit bf57241
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.2

- expose tx behavior

## 0.4.1

- chores
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LibSQL Dart client library to interact with LibSQL/Turso database instance.
### Add it to your `pubspec.yaml`.

```
libsql_dart: 0.4.1
libsql_dart: 0.4.2
```

### Create the client
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: libsql_dart
description: "LibSQL Dart client library to interact with LibSQL/Turso database instance."
version: 0.4.1
version: 0.4.2
homepage:
repository: https://github.com/dikatok/libsql_dart
issue_tracker: https://github.com/dikatok/libsql_dart/issues
Expand Down

0 comments on commit bf57241

Please sign in to comment.