From 80e6e700e315a0cee9a1f7098d85e60fb5e65be9 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Mon, 28 Mar 2022 19:28:10 -0500 Subject: [PATCH] chore(release): 0.2.1 --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e14bdaf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +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.2.1 (2022-03-29) + + +### ⚠ BREAKING CHANGES + +* Renames to pyewjn +* big breaking change set + +### Features + +* big breaking change set ([6231ecc](https://gitea.deepak.science:2222/physics/pyewjn/commit/6231ecc203fac1a9b3928361192a167defd5c278)) +* Renames to pyewjn ([071cd25](https://gitea.deepak.science:2222/physics/pyewjn/commit/071cd2503e81478173bebff3af1c83ead5c75f9c)) diff --git a/pyproject.toml b/pyproject.toml index d060481..17da70b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyewjn" -version = "0.2.0" +version = "0.2.1" description = "" authors = ["Deepak "]