chore(release): 0.3.0
All checks were successful
gitea-physics/pyewjn/pipeline/tag This commit looks good
gitea-physics/pyewjn/pipeline/head This commit looks good

This commit is contained in:
Deepak Mallubhotla 2022-03-28 21:18:55 -05:00
parent 2b22267f36
commit 775e9ce3f0
Signed by: deepak
GPG Key ID: BEBAEBF28083E022
2 changed files with 20 additions and 1 deletions

View File

@ -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)

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyewjn"
version = "0.2.1"
version = "0.3.0"
description = ""
authors = ["Deepak <dmallubhotla+github@gmail.com>"]