Skip to content

Commit

Permalink
chore: release v0.3.2 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev authored Nov 11, 2024
1 parent 2e77eae commit 11aa0fa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.2](https://github.com/jdx/vfox.rs/compare/v0.3.1..v0.3.2) - 2024-11-11

### 🐛 Bug Fixes

- increase html parser limit by [@jdx](https://github.com/jdx) in [1bae49d](https://github.com/jdx/vfox.rs/commit/1bae49dc01fa82c7c7344972c80647390eb4ced7)
- set OS_TYPE,ARCH_TYPE by [@jdx](https://github.com/jdx) in [9851ae2](https://github.com/jdx/vfox.rs/commit/9851ae2c607adf39b798da525949285bdcb31774)
- added more runtime config by [@jdx](https://github.com/jdx) in [#59](https://github.com/jdx/vfox.rs/pull/59)

### 🔍 Other Changes

- updated deps by [@jdx](https://github.com/jdx) in [7b6a78b](https://github.com/jdx/vfox.rs/commit/7b6a78b432beee7575163864875377e56c6669c1)

## [0.3.1](https://github.com/jdx/vfox.rs/compare/v0.3.0..v0.3.1) - 2024-11-06

### 🔍 Other Changes
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vfox"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
license = "MIT"
description = "Interface to vfox plugins"
Expand Down

0 comments on commit 11aa0fa

Please sign in to comment.