From f4964a19ea96adb12e7a19f771dcbef7e6f680f5 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sat, 13 Aug 2022 15:52:17 -0500 Subject: [PATCH] chore(release): 0.6.4 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8837dec..e376a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.6.4](https://gitea.deepak.science:2222/physics/deepdog/compare/0.6.3...0.6.4) (2022-08-13) + + +### Features + +* Prints model names while running ([7ea1d71](https://gitea.deepak.science:2222/physics/deepdog/commit/7ea1d715f67e81c9fa841c5a62f1cc700ff7363d)) + ### [0.6.3](https://gitea.deepak.science:2222/physics/deepdog/compare/0.6.2...0.6.3) (2022-06-12) diff --git a/pyproject.toml b/pyproject.toml index bd9534f..1c5e8c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepdog" -version = "0.6.3" +version = "0.6.4" description = "" authors = ["Deepak Mallubhotla "]