chore(release): 0.3.0
This commit is contained in:
parent
2b22267f36
commit
775e9ce3f0
19
CHANGELOG.md
19
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.
|
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)
|
### 0.2.1 (2022-03-29)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyewjn"
|
name = "pyewjn"
|
||||||
version = "0.2.1"
|
version = "0.3.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Deepak <dmallubhotla+github@gmail.com>"]
|
authors = ["Deepak <dmallubhotla+github@gmail.com>"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user