Skip to content

Commit be3816e

Browse files
committed
feat: new version for PR #23
1 parent c8931a1 commit be3816e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
0.2.1 版本后各个接口方法已经基本趋于稳定,后面将不会做大的调整。
44

5+
## [1.0.2] - 2024-10-27
6+
7+
### 新增
8+
9+
- 增加元素的 `get_attributes` 方法,获取元素上的所有属性集合,感谢 @stuarth 提交的 PR [#23](https://github.com/fefit/visdom/pull/23)
10+
511
## [1.0.1] - 2024-04-18
612

713
### 新增

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "visdom"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
edition = "2018"
55
description = "A html document syntax and operation library, use APIs similar to jquery, easy to use for web scraping and confused html."
66
keywords = ["html", "scrape", "jquery", "query", "selector"]

0 commit comments

Comments
 (0)