File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ Year format is defined as: `YYYY-m-d`
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 0.5.0 - 2023 - 12 - 10]
13
+
14
+ ### Feature
15
+
16
+ - Introduced support to work with MySQL Databases
17
+
12
18
## [ 0.4.2 - 2023 - 05 - 02]
13
19
14
20
### Bugfix
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ mysql_common = { workspace = true, optional = true }
35
35
36
36
37
37
[workspace .dependencies ]
38
- canyon_crud = { version = " 0.4.2 " , path = " canyon_crud" }
39
- canyon_connection = { version = " 0.4.2 " , path = " canyon_connection" }
40
- canyon_entities = { version = " 0.4.2 " , path = " canyon_entities" }
41
- canyon_migrations = { version = " 0.4.2 " , path = " canyon_migrations" }
42
- canyon_macros = { version = " 0.4.2 " , path = " canyon_macros" }
38
+ canyon_crud = { version = " 0.5.0 " , path = " canyon_crud" }
39
+ canyon_connection = { version = " 0.5.0 " , path = " canyon_connection" }
40
+ canyon_entities = { version = " 0.5.0 " , path = " canyon_entities" }
41
+ canyon_migrations = { version = " 0.5.0 " , path = " canyon_migrations" }
42
+ canyon_macros = { version = " 0.5.0 " , path = " canyon_macros" }
43
43
44
44
tokio = { version = " 1.27.0" , features = [" full" ] }
45
45
tokio-util = { version = " 0.7.4" , features = [" compat" ] }
@@ -67,7 +67,7 @@ proc-macro2 = "1.0.27"
67
67
68
68
69
69
[workspace .package ]
70
- version = " 0.4.2 "
70
+ version = " 0.5.0 "
71
71
edition = " 2021"
72
72
authors = [" Alex Vergara<pyzyryab@tutanota.com>, Gonzalo Busto Musi<gonzalo.busto@gmail.com>" ]
73
73
documentation = " https://zerodaycode.github.io/canyon-book/"
You can’t perform that action at this time.
0 commit comments