Skip to content

Commit

Permalink
feat: v0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaJason committed Apr 29, 2024
1 parent 96c78a0 commit ca530f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
- Improve documentation
- Add more test function

## 0.2.12

### Fixed

- fix get_note_by_id_from_html broken
- fix 461 and 471 should throw error

## 0.2.11

### Fixed
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.11"
__build__ = 0x000211
__version__ = "0.2.12"
__build__ = 0x000212
__author__ = "ReaJason"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit ca530f2

Please sign in to comment.