Skip to content

Commit 30ef14d

Browse files
committed
chore: bump
1 parent 382683b commit 30ef14d

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ if [[ -d /run/current-system ]]; then
33
eval "$(guix shell -m manifest.scm --search-paths)"
44
export CC=gcc
55
export LIBCLANG_PATH=$(dirname $(find $(guix build clang-toolchain) -name 'libclang.so' | head -1))
6+
export LD_LIBRARY_PATH="$(dirname $(find $(guix build gcc-toolchain) -name 'libgcc_s.so.1' | head -1))${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
67
fi

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.1.6] - 2026-04-03
44

55
### Added
66
- `.with_initial_size()` builder method for setting viewport size before first resize

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 = "iced_webview_v2"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
rust-version = "1.90.0"
66
description = "An easily embedded webview library for iced"

0 commit comments

Comments
 (0)