Skip to content

Commit caa255c

Browse files
authored
Merge pull request #54 from ocean/update-for-release
chore: Fix some nitpicks and docs reference
2 parents 083bef4 + eb8f614 commit caa255c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2870,7 +2870,7 @@ Helper to create SQL fragments for Ecto queries using JSON operators.
28702870
- `path` (String.t() | integer): JSON path (string key or array index)
28712871
- `operator` (`:arrow | :double_arrow`, optional, default `:arrow`): Operator type
28722872

2873-
**Returns:** String for use in `Ecto.Query.fragment/1`
2873+
**Returns:** String for use in Ecto.Query.fragment/1
28742874

28752875
### Sync Functions
28762876

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ecto_libsql/json.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ defmodule EctoLibSql.JSON do
594594
Converts SQL values to properly escaped JSON string representation.
595595
Useful for building JSON values dynamically.
596596
597-
Named `json_quote/2` to avoid shadowing Elixir's `Kernel.quote/2` macro.
597+
Named `json_quote/2` to avoid shadowing Elixir's Kernel.quote/2 macro.
598598
599599
## Parameters
600600

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ defmodule EctoLibSql.MixProject do
7979
main: "EctoLibSql",
8080
source_ref: "v#{@version}",
8181
source_url: @source_url,
82-
extras: ["README.md", "CHANGELOG.md", "AGENTS.md", "ECTO_MIGRATION_GUIDE.md"],
82+
extras: ["README.md", "CHANGELOG.md", "AGENTS.md", "ECTO_MIGRATION_GUIDE.md", "SECURITY.md"],
8383
groups_for_modules: [
8484
"Core Modules": [EctoLibSql, EctoLibSql.Native],
8585
"Support Modules": [

0 commit comments

Comments
 (0)