Skip to content

Commit

Permalink
Merge branch 'main' of github.com:richan-fongdasen/turso-laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
richan-fongdasen committed Apr 29, 2024
2 parents de477c2 + 61efe8a commit 4d5ac7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.0.0
uses: dependabot/fetch-metadata@v2.1.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to `richan-fongdasen/turso-laravel` will be documented in this file.

## 0.6.1 - 2024-04-23

* Added a [quick fix for the binary/blob data](https://github.com/richan-fongdasen/turso-laravel/pull/4) issue.
* Added tests related to supported database column types.
* Added tests related to the Eloquent attribute casting feature.
* Fixed errors found by the added test cases.

## 0.6.0 - 2024-04-22

Enable database transactions feature.
Expand Down

0 comments on commit 4d5ac7d

Please sign in to comment.