Skip to content

Commit

Permalink
chore: Version bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emirror-de committed Feb 27, 2022
1 parent fd90339 commit c40b27c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion naphtha-proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "naphtha-proc-macro"
version = "0.4.1"
version = "0.5.0"
authors = ["Lewin Probst <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions naphtha/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "naphtha"
version = "0.4.1"
version = "0.5.0"
authors = ["Lewin Probst <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -27,5 +27,5 @@ barrel-pg = ["barrel_dep/pg", "naphtha-proc-macro/barrel-pg"]
barrel_dep = { version = "0.7.0", optional = true, package = "barrel" }
chrono = { version = "0.4.19" }
diesel = { version = "1.4.8", features = ["chrono"] }
naphtha-proc-macro = { path = "../naphtha-proc-macro", version = "0.4.1" }
naphtha-proc-macro = { path = "../naphtha-proc-macro", version = "0.5" }
log = "0.4.14"

0 comments on commit c40b27c

Please sign in to comment.