Skip to content

Releases: wealthsimple-community/graphql-ruby-hive

Release list

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 18 Aug 13:54
6312bcf

0.6.4 (2026-08-17)

Bug Fixes

  • gemspec: raise required_ruby_version to 2.7.0 (#4) (e85343b)
  • release: stop expecting component-prefixed release tags (#3) (bd8d30f)

v0.6.3

Choose a tag to compare

@andrewthauer andrewthauer released this 12 Aug 15:48
17ec856
chore: migrate code from wealthsimple org (#1)

<!--
Thanks for contributing! Please fill in the sections below.
Individual projects may override this template with their own.
-->

## Summary

<!-- What does this PR do and why? Link to a related issue if there is
one. -->
Migrating code from our private org to the open source org
## Changes

<!-- Bullet the notable changes so a reviewer can scan quickly. -->

- …
- …

## Test plan

<!-- How did you verify this works? Automated tests, manual steps,
screenshots. -->

- [ ] …
- [ ] …

## Checklist

- [ ] I've read the project's `CONTRIBUTING.md`.
- [ ] Tests cover the change.
- [ ] Documentation updated where relevant.
- [ ] For security-sensitive changes (auth, authz, crypto, dependency
      manifests): flagged in the description for reviewer visibility.