Skip to content

Commit

Permalink
second attempt releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
yihozhang committed Jan 21, 2025
1 parent b44ba49 commit a938445
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ As of yet, the rust interface is not documented or well supported. We reccomend
[0.1.0]: https://github.com/egraphs-good/egglog/tree/v0.1.0
[0.2.0]: https://github.com/egraphs-good/egglog/tree/v0.2.0
[0.3.0]: https://github.com/egraphs-good/egglog/tree/v0.3.0
[0.4.0]: https://github.com/egraphs-good/egglog/tree/v0.4.0


See release-instructions.md for more information on how to do a release.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "egglog"
version = "0.3.0"
version = "0.4.0"
description = "egglog is a language that combines the benefits of equality saturation and datalog. It can be used for analysis, optimization, and synthesis of programs. It is the successor to the popular rust library egg."
repository = "https://github.com/egraphs-good/egglog"
keywords = ["e-graphs", "egglog", "datalog", "compiler", "equality"]
Expand Down
2 changes: 1 addition & 1 deletion web-demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "web-demo"
version = "0.3.0"
version = "0.4.0"

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit a938445

Please sign in to comment.