Skip to content

Commit c2d27f1

Browse files
github-actions[bot]designmeme
authored andcommitted
chore(main): release 1.7.0
1 parent b95ee05 commit c2d27f1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/designmeme/python-upbit-api/compare/v1.6.0...v1.7.0) (2024-11-24)
4+
5+
6+
### Features
7+
8+
* Upbit.get_orderbook_levels() 호가 모아보기 단위 정보 조회 지원 ([b95ee05](https://github.com/designmeme/python-upbit-api/commit/b95ee05f4473c1a2661b2b79de7c78b85a76c835))
9+
* Upbit.get_orderbook() 호가 정보 조회에서 level 파라미터 지원 ([ef3b7ae](https://github.com/designmeme/python-upbit-api/commit/ef3b7aebf0232447690b722bcc4b2b533fe11eb7))
10+
11+
12+
### Bug Fixes
13+
14+
* HTTP 요청 파라미터 이름 변경 반영 ([2210e21](https://github.com/designmeme/python-upbit-api/commit/2210e2101ab19750dfeaaebd3861a5cc83b4de3a))
15+
316
## [1.6.0](https://github.com/designmeme/python-upbit-api/compare/v1.5.1...v1.6.0) (2024-10-31)
417

518

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.6.0"
13+
version = "1.7.0"
1414
authors = [
1515
{name = "이지혜 Lee Jihye", email = "[email protected]"},
1616
]

0 commit comments

Comments
 (0)