Skip to content

Commit

Permalink
chore: release v0.2.0 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 24, 2024
1 parent d868643 commit 2e8e020
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"
members = ["crates/*", "xtask"]

[workspace.package]
version = "0.1.2"
version = "0.2.0"
authors = [
"Roberts Pumpurs <[email protected]>",
]
Expand Down Expand Up @@ -60,11 +60,11 @@ mod_module_files = "allow"

[workspace.dependencies]
# our cretes
rp-supabase-mock = { path = "crates/supabase-mock", version = "0.1" }
rp-supabase-auth = { path = "crates/supabase-auth", version = "0.1" }
rp-supabase-client = { path = "crates/supabase-client", version = "0.1" }
rp-postgrest-error = { path = "crates/postgrest-error", version = "0.1" }
rp-supabase-realtime = { path = "crates/supabase-realtime", version = "0.1" }
rp-supabase-mock = { path = "crates/supabase-mock", version = "0.2" }
rp-supabase-auth = { path = "crates/supabase-auth", version = "0.2" }
rp-supabase-client = { path = "crates/supabase-client", version = "0.2" }
rp-postgrest-error = { path = "crates/postgrest-error", version = "0.2" }
rp-supabase-realtime = { path = "crates/supabase-realtime", version = "0.2" }

# fork of postgrest-rs
rp-postgrest = { version = "1" }
Expand Down
7 changes: 7 additions & 0 deletions crates/supabase-realtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/roberts-pumpurs/supabase-rs-utils/compare/rp-supabase-realtime-v0.1.2...rp-supabase-realtime-v0.2.0) - 2024-11-24

### Added

- presence typings
- add broadcast

## [0.1.2](https://github.com/roberts-pumpurs/supabase-rs-utils/compare/rp-supabase-realtime-v0.1.1...rp-supabase-realtime-v0.1.2) - 2024-10-26

### Other
Expand Down

0 comments on commit 2e8e020

Please sign in to comment.