Skip to content

Commit

Permalink
release: version 0.2.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics authored Apr 23, 2024
1 parent f0c08ae commit d97a2b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "0.1.4"
version = "0.2.0"
license = "Apache-2.0"
edition = "2021"
authors = ["Mara Schulke <[email protected]>"]
Expand All @@ -15,8 +15,8 @@ repository = "https://github.com/helsing-ai/atmosphere"
keywords = ["sqlx", "postgres", "database", "orm", "backend"]

[workspace.dependencies]
atmosphere-core = { version = "=0.1.4", path = "atmosphere-core" }
atmosphere-macros = { version = "=0.1.4", path = "atmosphere-macros" }
atmosphere-core = { version = "=0.2.0", path = "atmosphere-core" }
atmosphere-macros = { version = "=0.2.0", path = "atmosphere-macros" }
async-trait = "0.1"
lazy_static = "1"
sqlx = { version = "0.7", features = ["chrono"] }
Expand Down

0 comments on commit d97a2b6

Please sign in to comment.