diff --git a/CHANGELOG.md b/CHANGELOG.md index b5ba2d2..e1481d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 0.2.1 版本后各个接口方法已经基本趋于稳定,后面将不会做大的调整。 +## [1.0.2] - 2024-10-27 + +### 新增 + +- 增加元素的 `get_attributes` 方法,获取元素上的所有属性集合,感谢 @stuarth 提交的 PR [#23](https://github.com/fefit/visdom/pull/23)。 + ## [1.0.1] - 2024-04-18 ### 新增 diff --git a/Cargo.toml b/Cargo.toml index d137123..702f2f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "visdom" -version = "1.0.1" +version = "1.0.2" edition = "2018" description = "A html document syntax and operation library, use APIs similar to jquery, easy to use for web scraping and confused html." keywords = ["html", "scrape", "jquery", "query", "selector"]