Skip to content

Commit

Permalink
code: Updated release version 0.5.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylyv committed Dec 10, 2023
1 parent 5cef3a9 commit 048a556
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,12 @@ Year format is defined as: `YYYY-m-d`

## [Unreleased]

## [0.5.0 - 2023 - 12 - 10]

### Feature

- Introduced support to work with MySQL Databases

## [0.4.2 - 2023 - 05 - 02]

### Bugfix
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Expand Up @@ -35,11 +35,11 @@ mysql_common = { workspace = true, optional = true }


[workspace.dependencies]
canyon_crud = { version = "0.4.2", path = "canyon_crud" }
canyon_connection = { version = "0.4.2", path = "canyon_connection" }
canyon_entities = { version = "0.4.2", path = "canyon_entities" }
canyon_migrations = { version = "0.4.2", path = "canyon_migrations"}
canyon_macros = { version = "0.4.2", path = "canyon_macros" }
canyon_crud = { version = "0.5.0", path = "canyon_crud" }
canyon_connection = { version = "0.5.0", path = "canyon_connection" }
canyon_entities = { version = "0.5.0", path = "canyon_entities" }
canyon_migrations = { version = "0.5.0", path = "canyon_migrations"}
canyon_macros = { version = "0.5.0", path = "canyon_macros" }

tokio = { version = "1.27.0", features = ["full"] }
tokio-util = { version = "0.7.4", features = ["compat"] }
Expand Down Expand Up @@ -67,7 +67,7 @@ proc-macro2 = "1.0.27"


[workspace.package]
version = "0.4.2"
version = "0.5.0"
edition = "2021"
authors = ["Alex Vergara<pyzyryab@tutanota.com>, Gonzalo Busto Musi<gonzalo.busto@gmail.com>"]
documentation = "https://zerodaycode.github.io/canyon-book/"
Expand Down

0 comments on commit 048a556

Please sign in to comment.