Skip to content

Commit ab50180

Browse files
authored
chore: release v0.2.0 (#4)
1 parent 38eada8 commit ab50180

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/davidB/dioxus-iconify/compare/0.1.1...0.2.0) - 2025-11-26
11+
12+
### Added
13+
14+
- add the `Icon.size` optional attributes to set width and height to
15+
- add the `update` command
16+
- add the `list` command
17+
18+
### Other
19+
20+
- fix the repository url
21+
- replace blocking by async for reqwest
22+
- update badges
23+
- replace dependency to `openssl` by `rustls`
24+
- update the tagline
25+
1026
## [0.1.1](https://github.com/davidB/dioxus-iconify/compare/0.1.0...0.1.1) - 2025-11-26
1127

1228
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dioxus-iconify"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2024"
55
license = "CC0-1.0"
66
description = "CLI tool for vendoring [Iconify](https://icon-sets.iconify.design/) icons (material, lucid, heroicons,....) in Dioxus projects"

0 commit comments

Comments
 (0)