Skip to content

Commit 048a556

Browse files
authored
code: Updated release version 0.5.0 (#51)
1 parent 5cef3a9 commit 048a556

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

4444
tokio = { version = "1.27.0", features = ["full"] }
4545
tokio-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"
7171
edition = "2021"
7272
authors = ["Alex Vergara<pyzyryab@tutanota.com>, Gonzalo Busto Musi<gonzalo.busto@gmail.com>"]
7373
documentation = "https://zerodaycode.github.io/canyon-book/"

0 commit comments

Comments
 (0)