Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 11, 2023
1 parent 6fb90ea commit 7606909
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@



## v1.9.0 (2023-10-11)

### Feat

* ✨ feature. New grammar support ([`63ebdf3`](https://github.com/mraniki/findmyorder/commit/63ebdf366f92f154d5f19f438f9afac435f942d4))

### Other

* Merge pull request #315 from mraniki/revert-313-dev

Revert "New grammar support" ([`6fb90ea`](https://github.com/mraniki/findmyorder/commit/6fb90ea0cc9bab9fbbb08dd553338ee42098c596))

* Revert "New grammar support" ([`cdc2dda`](https://github.com/mraniki/findmyorder/commit/cdc2dda585b8a4d88aa92f4f9772b1136ada26c3))

* Merge pull request #313 from mraniki/dev

New grammar support ([`9818573`](https://github.com/mraniki/findmyorder/commit/981857319f0736dfa10726d48314f7c472a3ab28))

###

* ✅ Unit Test ([`276c8f4`](https://github.com/mraniki/findmyorder/commit/276c8f496903aadb3d907dedc4dd3745bf6e35ce))


## v1.8.4 (2023-10-11)

### Other
Expand Down
2 changes: 1 addition & 1 deletion findmyorder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
FindMyOrder Versioning
"""
__version__ = "1.8.4"
__version__ = "1.9.0"

from .main import FindMyOrder

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "findmyorder"
version = "1.8.4"
version = "1.9.0"
description = "A python package to identify and parse order for trade execution."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -59,6 +59,7 @@ overgeneral-exceptions = [




[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
Expand All @@ -70,6 +71,7 @@ pytest-loguru = "^0.3.0"




[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit 7606909

Please sign in to comment.