Skip to content

Commit cca1c8f

Browse files
committed
v0.4.0
1 parent 2459116 commit cca1c8f

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,18 @@ Year format is defined as: `YYYY-m-d`
99

1010
## [Unreleased]
1111

12-
## [0.2.0] - 2023 - 04 - 13
12+
## [0.4.0] - 2023 - 04 - 23
13+
14+
### Feature
15+
16+
- Added the migrations cfg feature. Removed the arguments of the Canyon main macro for enabling
17+
migrations. Now, the way to enable them is this new cfg feature.
18+
19+
## [0.3.1] - 2023 - 04 - 20
20+
21+
- No changes
22+
23+
## [0.3.0] - 2023 - 04 - 20
1324

1425
### Feature
1526

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ tokio-postgres = { workspace = true, optional = true }
3333
tiberius = { workspace = true, optional = true }
3434

3535
[workspace.dependencies]
36-
canyon_crud = { version = "0.3.1", path = "canyon_crud" }
37-
canyon_connection = { version = "0.3.1", path = "canyon_connection" }
38-
canyon_entities = { version = "0.3.1", path = "canyon_entities" }
39-
canyon_migrations = { version = "0.3.1", path = "canyon_migrations"}
40-
canyon_macros = { version = "0.3.1", path = "canyon_macros" }
36+
canyon_crud = { version = "0.4.0", path = "canyon_crud" }
37+
canyon_connection = { version = "0.4.0", path = "canyon_connection" }
38+
canyon_entities = { version = "0.4.0", path = "canyon_entities" }
39+
canyon_migrations = { version = "0.4.0", path = "canyon_migrations"}
40+
canyon_macros = { version = "0.4.0", path = "canyon_macros" }
4141

4242
tokio = { version = "1.27.0", features = ["full"] }
4343
tokio-util = { version = "0.7.4", features = ["compat"] }
@@ -61,7 +61,7 @@ quote = "1.0.9"
6161
proc-macro2 = "1.0.27"
6262

6363
[workspace.package]
64-
version = "0.3.1"
64+
version = "0.4.0"
6565
edition = "2021"
6666
authors = ["Alex Vergara<pyzyryab@tutanota.com>, Gonzalo Busto Musi<gonzalo.busto@gmail.com>"]
6767
documentation = "https://zerodaycode.github.io/canyon-book/"

0 commit comments

Comments
 (0)