From 74de2b043348168aa3e4022cf2639ee97c2df634 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sun, 22 May 2022 15:35:29 -0500 Subject: [PATCH] chore(release): 0.6.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e6885f..d95a2dc 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.1](https://gitea.deepak.science:2222/physics/deepdog/compare/0.6.0...0.6.1) (2022-05-22) + + +### Features + +* adds new runner for real spectra ([bd56f24](https://gitea.deepak.science:2222/physics/deepdog/commit/bd56f247748babb2ee1f2a1182d25aa968bff5a5)) + ## [0.6.0](https://gitea.deepak.science:2222/physics/deepdog/compare/0.5.0...0.6.0) (2022-05-22) diff --git a/pyproject.toml b/pyproject.toml index 312c57d..0f22bbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepdog" -version = "0.6.0" +version = "0.6.1" description = "" authors = ["Deepak Mallubhotla "]