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 22, 2024
2 parents 0aec641 + 491fb61 commit 17ed737
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# AutoTrader Changelog

## v1.1.0 (2024-03-21)

### Feat

- **logging**: logging kwargs get passed to strategy instances

### Fix

- **ccxt**: pass ccxt order params when modifying order

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

### Fix
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.1"
__version__ = "1.1.0"
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.1"
version = "1.1.0"
tag_format = "v$version"
version_files = [
"autotrader/__init__.py:__version__",
Expand Down

0 comments on commit 17ed737

Please sign in to comment.