Skip to content

Commit 82ee8d5

Browse files
github-actions[bot]designmeme
authored andcommitted
chore(main): release 1.8.0
1 parent 1318b64 commit 82ee8d5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/designmeme/python-upbit-api/compare/v1.7.0...v1.8.0) (2024-12-12)
4+
5+
6+
### Features
7+
8+
* Upbit.delete_orders() 주문 일괄 취소 접수, Upbit.delete_orders_by_id() id로 주문리스트 취소 접수 메서드 추가 ([1318b64](https://github.com/designmeme/python-upbit-api/commit/1318b64224436a96e79eaf7ae27629551096604b))
9+
310
## [1.7.0](https://github.com/designmeme/python-upbit-api/compare/v1.6.0...v1.7.0) (2024-11-24)
411

512

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include = ["upbit*"] # ["*"] by default
1010

1111
[project]
1212
name = "python-upbit-api"
13-
version = "1.7.0"
13+
version = "1.8.0"
1414
authors = [
1515
{name = "이지혜 Lee Jihye", email = "ghe.lee19@gmail.com"},
1616
]

0 commit comments

Comments
 (0)