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: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["crates/ringo-core", "crates/ringo-phone", "crates/ringo-flow"]
# Shared metadata inherited by the member crates via `<field>.workspace = true`.
# Bump `version` here once to release both crates in lockstep.
[workspace.package]
version = "0.10.0"
version = "0.10.1"
edition = "2024"
license = "MIT"
authors = ["David Borzek <mail@davidborzek.de>"]
Expand All @@ -15,4 +15,4 @@ rust-version = "1.85"
# Keep the published dependency version in sync with the workspace version on
# release (both live in this file).
[workspace.dependencies]
ringo-core = { path = "crates/ringo-core", version = "0.10.0" }
ringo-core = { path = "crates/ringo-core", version = "0.10.1" }
11 changes: 11 additions & 0 deletions crates/ringo-flow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.1](https://github.com/davidborzek/ringo/compare/ringo-flow-v0.10.0...ringo-flow-v0.10.1) - 2026-06-24

### Documentation

- add crates.io badges for ringo-flow ([#22](https://github.com/davidborzek/ringo/pull/22))

### Features

- *(ringo-flow)* scenario tags, skip and only ([#27](https://github.com/davidborzek/ringo/pull/27))
- *(ringo-flow)* HTTP mock server for webhook scenarios ([#26](https://github.com/davidborzek/ringo/pull/26))

## [0.10.0](https://github.com/davidborzek/ringo/compare/ringo-flow-v0.9.0...ringo-flow-v0.10.0) - 2026-06-22

### Features
Expand Down
Loading