Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<!-- markdownlint-configure-file { "no-duplicate-heading": { "siblings_only": true } } -->

<!-- markdownlint-disable-next-line first-line-h1 -->
## Unreleased
## 0.1.1 - 2025-12-04

### Changed

* Updated to vertigo 0.9

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["storybook", "examples/manual_form", "examples/model_form"]

[package]
name = "vertigo-forms"
version = "0.1.0"
version = "0.1.1"
authors = ["Michał Pokrywka <wolfmoon@o2.pl>"]
description = "Building block for forms in vertigo"
readme = "README.md"
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 @@ Blocks for building forms in [vertigo](https://crates.io/crates/vertigo).
[![crates.io](https://img.shields.io/crates/v/vertigo-forms)](https://crates.io/crates/vertigo-forms)
[![Documentation](https://docs.rs/vertigo-forms/badge.svg)](https://docs.rs/vertigo-forms)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/vertigo-forms.svg)
[![Dependency Status](https://deps.rs/crate/vertigo-forms/0.1.0/status.svg)](https://deps.rs/crate/vertigo-forms/0.1.0)
[![Dependency Status](https://deps.rs/crate/vertigo-forms/0.1.1/status.svg)](https://deps.rs/crate/vertigo-forms/0.1.1)
[![CI](https://github.com/vertigo-web/vertigo-forms/actions/workflows/pipeline.yaml/badge.svg)](https://github.com/vertigo-web/vertigo-forms/actions/workflows/pipeline.yaml)
[![downloads](https://img.shields.io/crates/d/vertigo-forms.svg)](https://crates.io/crates/vertigo-forms)

Expand All @@ -16,7 +16,7 @@ See [Changelog](https://github.com/vertigo-web/vertigo-forms/blob/master/CHANGES
Dependencies:

```toml
vertigo = "0.8"
vertigo = "0.9"
vertigo-forms = "0.1"
```

Expand Down
2 changes: 1 addition & 1 deletion examples/manual_form/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vertigo-forms-example-manual-form"
version = "0.1.0"
version = "0.1.1"
authors = ["Michał Pokrywka <wolfmoon@o2.pl>"]
edition = "2024"

Expand Down
2 changes: 1 addition & 1 deletion examples/model_form/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vertigo-forms-example-model-form"
version = "0.1.0"
version = "0.1.1"
authors = ["Michał Pokrywka <wolfmoon@o2.pl>"]
edition = "2024"

Expand Down
2 changes: 1 addition & 1 deletion storybook/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vertigo-forms-storybook"
version = "0.1.0"
version = "0.1.1"
authors = ["Michał Pokrywka <wolfmoon@o2.pl>"]
edition = "2024"

Expand Down
Loading