Skip to content

Commit 71ecd99

Browse files
authored
second attempt releasing (#515)
1 parent b44ba49 commit 71ecd99

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ As of yet, the rust interface is not documented or well supported. We reccomend
129129
[0.1.0]: https://github.com/egraphs-good/egglog/tree/v0.1.0
130130
[0.2.0]: https://github.com/egraphs-good/egglog/tree/v0.2.0
131131
[0.3.0]: https://github.com/egraphs-good/egglog/tree/v0.3.0
132+
[0.4.0]: https://github.com/egraphs-good/egglog/tree/v0.4.0
132133

133134

134135
See release-instructions.md for more information on how to do a release.

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "egglog"
4-
version = "0.3.0"
4+
version = "0.4.0"
55
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."
66
repository = "https://github.com/egraphs-good/egglog"
77
keywords = ["e-graphs", "egglog", "datalog", "compiler", "equality"]

web-demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "web-demo"
4-
version = "0.3.0"
4+
version = "0.4.0"
55

66
[lib]
77
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)