Skip to content

Commit

Permalink
feat: v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaJason committed Jan 12, 2024
1 parent 24fcc74 commit 0b9caef
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -5,6 +5,16 @@
- Improve documentation
- Add more test function

## 0.2.8

### Added

- add get notification api

### Fixed

- trace id error when it contains spectrum

## 0.2.7

### Added
Expand Down
4 changes: 2 additions & 2 deletions xhs/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
__title__ = "xhs"
__description__ = "xiaohongshu crawl sdk."
__url__ = "https://github.com/ReaJason/xhs"
__version__ = "0.2.7"
__build__ = 0x000207
__version__ = "0.2.8"
__build__ = 0x000208
__author__ = "ReaJason"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit 0b9caef

Please sign in to comment.