Skip to content

Commit 63cfe85

Browse files
committed
release 0.14.0
1 parent 6855638 commit 63cfe85

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/St
5555

5656
## Release Note
5757

58+
* 0.14.0: `httpc select` subcommand 추가, 기본 headers 변경, cookie_utils 추가
5859
* 0.13.0: next_data 처리 방식 변경
5960
* 0.12.0: `httpc.catcher`의 데이터베이스 형식 변경, migration 추가, `httpc.catcher migrate` CLI 명령어 추가
6061
* 0.11.0: `httpc`를 통해 cli 접근, `httpc cookies` 추가, 기타 다양한 기능 개선

src/httpc/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import logging
44
from abc import abstractmethod
55

6-
__version__ = "0.13.0"
6+
__version__ = "0.14.0"
77

88
logger = logging.getLogger("httpc")
99

0 commit comments

Comments
 (0)