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

Add changelog in preparation for release #267

Merged
merged 4 commits into from
Oct 25, 2023

Conversation

oflatt
Copy link
Member

@oflatt oflatt commented Oct 24, 2023

No description provided.

@oflatt oflatt requested a review from mwillsey October 24, 2023 23:04
@oflatt oflatt requested a review from a team as a code owner October 24, 2023 23:04
@@ -17,12 +17,14 @@ bin = ["dep:clap", "dep:env_logger", "egraph-serialize/serde", "dep:serde_json"]
wasm-bindgen = ["instant/wasm-bindgen", "dep:getrandom"]

[dependencies]
hashbrown = {version = "0.14", features = ["raw"]}
hashbrown = { version = "0.14", features = ["raw"] }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file got auto formatted

@oflatt oflatt requested a review from yihozhang October 25, 2023 20:58
As of yet, the rust interface is not documented or well supported. We reccomend using the language interface. Egglog also lacks proofs, a feature that egg has.


[Unreleased]: https://github.com/egraphs-good/egglog/compare/v0.1.0...HEAD
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's Unreleased?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the in progress version between v0.1.0 and the next version
That way you get a link to everything that has happened in main since v0.1.0 and people can gradually update the changelog

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. Great!

@oflatt oflatt merged commit c2ec1b5 into egraphs-good:main Oct 25, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants