Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-mackle committed Mar 20, 2024
2 parents 886e3ca + cdb01a8 commit 1f0b325
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# AutoTrader Changelog

## v1.0.1 (2024-03-12)

### Fix

- **ccxt**: add exception handling for place_order
- **AutoTrader**: only try instantiate notifier if notify > 0
- **Notifier**: reimplement telegram notifier

## v1.0.0 (2024-03-10)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion autotrader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
from .brokers.virtual import Broker as VirtualBroker

# Define version number
__version__ = "1.0.0"
__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.0.0"
version = "1.0.1"
tag_format = "v$version"
version_files = [
"autotrader/__init__.py:__version__",
Expand Down

0 comments on commit 1f0b325

Please sign in to comment.