File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ Year format is defined as: `YYYY-m-d`
99
1010## [ Unreleased]
1111
12+ ## [ 0.5.0 - 2023 - 12 - 10]
13+
14+ ### Feature
15+
16+ - Introduced support to work with MySQL Databases
17+
1218## [ 0.4.2 - 2023 - 05 - 02]
1319
1420### Bugfix
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ mysql_common = { workspace = true, optional = true }
3535
3636
3737[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" }
4343
4444tokio = { version = " 1.27.0" , features = [" full" ] }
4545tokio-util = { version = " 0.7.4" , features = [" compat" ] }
@@ -67,7 +67,7 @@ proc-macro2 = "1.0.27"
6767
6868
6969[workspace .package ]
70- version = " 0.4.2 "
70+ version = " 0.5.0 "
7171edition = " 2021"
7272authors = [" Alex Vergara<pyzyryab@tutanota.com>, Gonzalo Busto Musi<gonzalo.busto@gmail.com>" ]
7373documentation = " https://zerodaycode.github.io/canyon-book/"
You can’t perform that action at this time.
0 commit comments