Skip to content

Commit 315d929

Browse files
committed
Merge remote-tracking branch 'origin/main' into nn-meta-provenance
2 parents d7a1c79 + 5169dff commit 315d929

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ package to PyPI. To release a new version:
8282
automatically determined by the release tag in GitHub.
8383
3. Get approval and merge into `main`.
8484
4. Create a new GitHub release from `main` with a tag matching the version (e.g.
85-
`gh release create v0.3.0 --title "v0.3.0" --generate-notes`). The release must be
85+
`gh release create v0.4.0 --title "v0.4.0" --generate-notes`). The release must be
8686
created after merging the version bump, since the workflow checks out the default branch.
8787
5. Tag the release for the Go submodule. Go requires a separate tag with the subdirectory
8888
prefix for modules that live outside the repository root:
8989
```bash
90-
git tag sdks/go/v0.3.0 v0.3.0
91-
git push origin sdks/go/v0.3.0
90+
git tag sdks/go/v0.4.0 v0.4.0
91+
git push origin sdks/go/v0.4.0
9292
```
9393
Without this tag, `go get` will not be able to resolve the module at the released version.
9494

sdks/julia/LogicalQueryProtocol.jl/Manifest.toml

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

sdks/julia/LogicalQueryProtocol.jl/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "LogicalQueryProtocol"
22
uuid = "a92373ee-6cc4-4662-ae66-0c99a03ebae1"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["RelationalAI"]
55

66
[deps]
@@ -12,7 +12,7 @@ Aqua = "= 0.8.14"
1212
ExplicitImports = "= 1.14.2"
1313
JET = "0.9, 0.10, 0.11"
1414
JuliaInterpreter = "0.9, 0.10"
15-
ProtoBuf = "1.2.2"
15+
ProtoBuf = "1.3"
1616
ReTestItems = "1"
1717
julia = "1.10"
1818

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lqp"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Validate and translate Logical Query Protocol (LQP) S-expressions into Protobuf"
55
readme = "README.md"
66
authors = [

sdks/python/uv.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.

0 commit comments

Comments
 (0)