Skip to content

Commit

Permalink
Prepared 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sfisol committed Apr 5, 2024
1 parent 35ad93c commit 9c0fd5f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- markdownlint-configure-file { "no-duplicate-heading": { "siblings_only": true } } -->

<!-- markdownlint-disable-next-line first-line-h1 -->
## 0.5.0 - Unreleased
## 0.5.0 - 2024-04-05

### Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions crates/vertigo-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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" }
2 changes: 1 addition & 1 deletion tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- markdownlint-disable no-inline-html -->

<!-- markdownlint-disable-next-line no-emphasis-as-heading -->
*Up to date with version 0.4.3*
*Up to date with version 0.5.0*

<!-- markdownlint-disable-next-line heading-increment -->
### Table of contents
Expand Down

0 comments on commit 9c0fd5f

Please sign in to comment.