diff --git a/CHANGES.md b/CHANGES.md index 4bdb4b16..7a1ee47a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ -## 0.5.0 - Unreleased +## 0.5.0 - 2024-04-05 ### Added diff --git a/README.md b/README.md index 56ab1395..66ff9132 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A reactive Real-DOM library with SSR for Rust [![crates.io](https://img.shields.io/crates/v/vertigo)](https://crates.io/crates/vertigo) [![Documentation](https://docs.rs/vertigo/badge.svg)](https://docs.rs/vertigo) ![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/vertigo.svg) -[![Dependency Status](https://deps.rs/crate/vertigo/0.4.3/status.svg)](https://deps.rs/crate/vertigo/0.4.3) +[![Dependency Status](https://deps.rs/crate/vertigo/0.5.0/status.svg)](https://deps.rs/crate/vertigo/0.5.0) [![CI](https://github.com/vertigo-web/vertigo/actions/workflows/pipeline.yaml/badge.svg)](https://github.com/vertigo-web/vertigo/actions/workflows/pipeline.yaml) [![downloads](https://img.shields.io/crates/d/vertigo.svg)](https://crates.io/crates/vertigo) @@ -25,7 +25,7 @@ Go to **[TUTORIAL](https://github.com/vertigo-web/vertigo/blob/master/tutorial.m Dependencies: ```toml -vertigo = "0.4" +vertigo = "0.5" ``` Example 1: diff --git a/crates/vertigo-cli/Cargo.toml b/crates/vertigo-cli/Cargo.toml index e6f60361..a0d2a62a 100644 --- a/crates/vertigo-cli/Cargo.toml +++ b/crates/vertigo-cli/Cargo.toml @@ -19,7 +19,7 @@ path = "src/main.rs" [dependencies] axum = { version = "0.6.20", features = ["macros"] } axum-extra = "0.8.0" -base64 = "0.21" +base64 = "0.22" clap = { version = "4.0", features = ["derive"] } crc = "3.0" env_logger = "0.11" @@ -37,5 +37,5 @@ tokio = { version = "1.25", features = ["full"] } tokio-stream = "0.1" tower-http = { version = "0.4", features = ["fs"] } tokio-retry = "0.3" -wasmtime = "14.0" +wasmtime = "19.0" vertigo = { path = "../vertigo" } diff --git a/tutorial.md b/tutorial.md index 511e9cb5..5fae6d07 100644 --- a/tutorial.md +++ b/tutorial.md @@ -2,7 +2,7 @@ -*Up to date with version 0.4.3* +*Up to date with version 0.5.0* ### Table of contents