Skip to content

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.