Skip to content

Commit 2def87a

Browse files
chore(main): release 0.8.1 (#47)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 396b873 commit 2def87a

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.8.0"
2+
".": "0.8.1"
33
}
44

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.1](https://github.com/redis-field-engineering/tinytown/compare/v0.8.0...v0.8.1) (2026-03-14)
9+
10+
11+
### Bug Fixes
12+
13+
* **ci:** update release-please workflow wiring ([396b873](https://github.com/redis-field-engineering/tinytown/commit/396b873f3f1ee368a14bbfbd4f7d5d60782f96de))
14+
15+
16+
### Documentation
17+
18+
* Add mission mode documentation and REST API spec ([#34](https://github.com/redis-field-engineering/tinytown/issues/34)) ([48445db](https://github.com/redis-field-engineering/tinytown/commit/48445dbeff936dd388e111cf35cf50881a4c83f4))
19+
820
## [0.8.0](https://github.com/redis-field-engineering/tinytown/compare/v0.7.0...v0.8.0) (2026-03-10)
921

1022

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tinytown"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
edition = "2024"
55
authors = ["Jeremy Plichta <jeremy.plichta@redis.com>"]
66
description = "A simple, fast multi-agent orchestration system using Redis for message passing"

0 commit comments

Comments
 (0)