Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 12:13
· 8 commits to main since this release
d4c65a2

Release version v0.11.0

Release sha256 is a291b651934f72f2cf537c4b285447da037041e341ac21dd228b035b367797cc

Configuration example

version: '2'
plugins:
- name: ruby
  wasm:
    url: https://github.com/DaredevilOSS/sqlc-gen-ruby/releases/download/v0.11.0/sqlc-gen-ruby.wasm
    sha256: a291b651934f72f2cf537c4b285447da037041e341ac21dd228b035b367797cc

Changelog

d4c65a2 - Ilan Uzan, 5 minutes ago : fixed check commit step (#31)
3882c16 - Ilan Uzan, 28 minutes ago : [release] [minor] added type validation with steep check (#29)
538318f - Ilan Uzan, 27 hours ago : added rbs type support in generated code (#28)
bfb32fd - Ilan Uzan, 2 days ago : fixed CI status indicator in README (#27)

Contributors