Skip to content

Commit

Permalink
Merge pull request #27 from floris-xlx/release-please--branches--main…
Browse files Browse the repository at this point in the history
…--components--supabase_rs

chore(main): release 0.4.0
  • Loading branch information
floris-xlx authored Sep 26, 2024
2 parents 6efa1c2 + 5e4dab6 commit 8430825
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/floris-xlx/supabase_rs/compare/v0.3.5...v0.4.0) (2024-09-26)


### Features

* add upsert_without_defined_key method ([e632844](https://github.com/floris-xlx/supabase_rs/commit/e6328443168f0c427d03bb5c57c0a01d778a0c84))


### Bug Fixes

* return type of upsert_without_defined_key should be Result<(), String> ([eaee89b](https://github.com/floris-xlx/supabase_rs/commit/eaee89b43740f2b4bf5a8ae693669e9489de5ead))

## 0.1.0 (2024-07-10)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "supabase_rs"
version = "0.3.7"
version = "0.4.0"
edition = "2021"
authors = ["Floris floris@xylex.ai"]
description = "Lightweight Rust client for Supabase REST and GraphQL"
Expand Down

0 comments on commit 8430825

Please sign in to comment.