Skip to content

Commit

Permalink
Merge pull request #89 from pipecat-ai/mb/release-0.0.12
Browse files Browse the repository at this point in the history
Prep for 0.0.12 release
  • Loading branch information
markbackman authored Jan 30, 2025
2 parents e82dafc + 8b26eb8 commit 2fd5d80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to **Pipecat Flows** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.0.12] - 2025-01-30

### Added

Expand All @@ -32,7 +32,7 @@ Example of the new pattern:
- Transition handlers are now specified directly in function definitions
- Dynamic transitions are now specified similarly to the static flows'
`transition_to` field
- Breaking change: Dynamic flows must now specify transition callbacks in
- **Breaking change**: Dynamic flows must now specify transition callbacks in
function configuration

Example of the new pattern:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pipecat-ai-flows"
version = "0.0.11"
version = "0.0.12"
description = "Conversation Flow management for Pipecat AI applications"
license = { text = "BSD 2-Clause License" }
readme = "README.md"
Expand Down

0 comments on commit 2fd5d80

Please sign in to comment.