Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make program::graph public #4

Merged
merged 1 commit into from
Jul 10, 2021
Merged

Make program::graph public #4

merged 1 commit into from
Jul 10, 2021

Conversation

kalzoo
Copy link
Contributor

@kalzoo kalzoo commented Jul 10, 2021

This fixes an oversight from #2 which prevented access to necessary types in program::graph. That could be fixed by re-exporting from program but there are enough of them, and they're cohesive around the concept of a graph, so I'll just expose the entire graph module itself.

I took the liberty of removing the pub use graph::... statement from the program module as well, which is a breaking change but in the interest of avoiding further confusion, I'll merge this as a fix and a patch version bump.

@kalzoo kalzoo mentioned this pull request Jul 10, 2021
@kalzoo kalzoo merged commit d0b24ed into main Jul 10, 2021
@github-actions
Copy link

🎉 This PR is included in version 0.2.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@genos genos deleted the 1-refine-public-api--fix branch March 11, 2022 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant