Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitnigam committed Aug 22, 2023
1 parent 45fb3eb commit 870af0e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.5.0
- Don't require `@clk` and `@reset` ports in `comb` components
- `inline` pass supports inlining `ref` cells
- `comb-prop`: disable rewrite from `wire.in = port` when the output of a wire is read.
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ description = "Compiler Infrastructure for Hardware Accelerator Generation"
categories = ["compilers"]
homepage = "https://calyxir.org"
edition = "2021"
version = "0.4.0"
version = "0.5.0"
rust-version = "1.66"

[workspace.dependencies]
Expand All @@ -41,10 +41,10 @@ pest = "2.0"
pest_derive = "2"
pest_consume = "1"
argh = "0.1"
calyx-utils = { path = "calyx-utils", version = "0.4.0" }
calyx-ir = { path = "calyx-ir", version = "0.4.0" }
calyx-frontend = { path = "calyx-frontend", version = "0.4.0" }
calyx-opt = { path = "calyx-opt", version = "0.4.0" }
calyx-utils = { path = "calyx-utils", version = "0.5.0" }
calyx-ir = { path = "calyx-ir", version = "0.5.0" }
calyx-frontend = { path = "calyx-frontend", version = "0.5.0" }
calyx-opt = { path = "calyx-opt", version = "0.5.0" }

[workspace.dependencies.petgraph]
version = "0.6"
Expand Down Expand Up @@ -83,7 +83,7 @@ serialize = [
]

[build-dependencies]
calyx-stdlib = { path = "calyx-stdlib", version = "0.4.0" }
calyx-stdlib = { path = "calyx-stdlib", version = "0.5.0" }

[dependencies]
atty.workspace = true
Expand Down

0 comments on commit 870af0e

Please sign in to comment.