Skip to content

Commit

Permalink
Merge pull request #109 from authzed/api-change/v1.33.0
Browse files Browse the repository at this point in the history
Update API to v1.33.0
  • Loading branch information
samkim authored May 25, 2024
2 parents 33e9c83 + ebf6f37 commit c2a9a43
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
lib/authzed/api/v0/
lib/authzed/api/v1alpha1/
.bundle
vendor
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
authzed (0.8.0)
authzed (0.9.0)
grpc (~> 1.41)
grpc-tools (~> 1.41)

Expand All @@ -12,10 +12,10 @@ GEM
google-protobuf (3.25.3)
googleapis-common-protos-types (1.14.0)
google-protobuf (~> 3.18)
grpc (1.63.0)
grpc (1.64.0)
google-protobuf (~> 3.25)
googleapis-common-protos-types (~> 1.0)
grpc-tools (1.63.0)
grpc-tools (1.64.0)
rake (13.2.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down
2 changes: 1 addition & 1 deletion authzed.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "authzed"
s.version = "0.8.0"
s.version = "0.9.0"
s.licenses = ["Apache-2.0"]
s.summary = "Ruby bindings for Authzed API"
s.description = "Authzed is the best way to build robust and scalable permissions systems. See https://authzed.com for more details."
Expand Down
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.30.0 --template
#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.33.0 --template
version: "v1"
plugins:
- name: "ruby"
Expand Down
2 changes: 1 addition & 1 deletion lib/authzed/api/v1/core_pb.rb

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

2 changes: 1 addition & 1 deletion lib/authzed/api/v1/debug_pb.rb

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

2 changes: 1 addition & 1 deletion lib/authzed/api/v1/error_reason_pb.rb

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

Loading

0 comments on commit c2a9a43

Please sign in to comment.