Skip to content

Commit

Permalink
Release v0.15.0
Browse files Browse the repository at this point in the history
The single (but big) change is Dynamic Database RFC implementation:

#231
  • Loading branch information
matklad committed Jul 7, 2020
1 parent 9b9dbcc commit 380c4c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "salsa"
version = "0.14.4" # CHECK salsa-macros version
version = "0.15.0" # CHECK salsa-macros version
authors = ["Salsa developers"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand All @@ -18,7 +18,7 @@ rustc-hash = "1.0"
smallvec = "1.0.0"
rand = { version = "0.7", features = [ "small_rng" ], default-features = false }

salsa-macros = { version = "0.14.1", path = "components/salsa-macros" }
salsa-macros = { version = "0.15.0", path = "components/salsa-macros" }

[dev-dependencies]
diff = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion components/salsa-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "salsa-macros"
version = "0.14.1"
version = "0.15.0"
authors = ["Salsa developers"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 380c4c1

Please sign in to comment.