diff --git a/CHANGELOG.md b/CHANGELOG.md index e14bdaf..23c3bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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.3.0](https://gitea.deepak.science:2222/physics/pyewjn/compare/0.2.1...0.3.0) (2022-03-29) + + +### ⚠ BREAKING CHANGES + +* pushes type checking earlier in the docket + +### Features + +* adds unapproximated nam calc ([20db727](https://gitea.deepak.science:2222/physics/pyewjn/commit/20db72701500da4bcf32205d7dd7baf7e911744a)) +* pushes type checking earlier in the docket ([d2dd960](https://gitea.deepak.science:2222/physics/pyewjn/commit/d2dd9600002da3e531b9946f4c388cca0cc32930)) + + +### Bug Fixes + +* fixes stuff with nam integration ([2b22267](https://gitea.deepak.science:2222/physics/pyewjn/commit/2b22267f36294270834473b68884bdca668b65fa)) +* removes unnecessary None checks ([4d59f9c](https://gitea.deepak.science:2222/physics/pyewjn/commit/4d59f9c09cfba92d5c2de54e8b4b62295a9313e4)) +* removes unnecessary None checks ([5e830f6](https://gitea.deepak.science:2222/physics/pyewjn/commit/5e830f623e185c04d170ef642bbd9323b0dd7043)) + ### 0.2.1 (2022-03-29) diff --git a/pyproject.toml b/pyproject.toml index 17da70b..9ab9444 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyewjn" -version = "0.2.1" +version = "0.3.0" description = "" authors = ["Deepak "]