Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
celsiusnarhwal committed Nov 22, 2024
1 parent 548ec97 commit 31c2526
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Notable changes to Iconoclast will be documented here. Breaking changes are mark

Iconoclast adheres to [semantic versioning](https://semver.org/spec/v2.0.0.html).

## <a name="3.1.0">[3.1.0] - 2024-11-22</a>

### Added

- Iconoclast's new `uv` option, if set to `true`, will tell Iconoclast to prefer [uv](https://docs.astral.sh/uv)'s
[pip interface](https://docs.astral.sh/uv/pip/) over pip. If `uv` can't be found in your system path, Iconoclast
will fall back to pip.

```yaml
# mkdocs.yml

plugins:
- iconoclast:
uv: true
```
## <a name="3.0.1">[3.0.1] - 2024-11-22</a>
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iconoclast"
version = "3.0.1"
version = "3.1.0"
description = "Font Awesome Pro integration for Material for MkDocs"
authors = ["celsius narhwal <hello@celsiusnarhwal.dev>"]
readme = "README.md"
Expand Down

0 comments on commit 31c2526

Please sign in to comment.