Skip to content

Commit 5169dff

Browse files
comnikclaude
andauthored
Bump SDK versions to 0.4.0 (#224)
* Fix missing ProtoBuf bump to 1.3.0 * Bump SDK versions to 0.4.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 06f2852 commit 5169dff

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
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.10.5"
44
manifest_format = "2.0"
5-
project_hash = "6d203c6dbc5dc43498c40210362c16f727fc69f1"
5+
project_hash = "9a6ca1f29b65ed1f7de9aa2c6b7731ddadcac330"
66

77
[[deps.BufferedStreams]]
88
git-tree-sha1 = "6863c5b7fc997eadcabdbaf6c5f201dc30032643"

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)