Skip to content

Commit fbf7a87

Browse files
chore: release v0.1.1 (#114)
## πŸ€– New release * `union_square`: 0.1.0 -> 0.1.1 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.1](v0.1.0...v0.1.1) - 2025-07-24 ### Other - Trigger release pr build on main ([#115](#115)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Signed-off-by: John Wilger <john@johnwilger.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: John Wilger <john@johnwilger.com>
1 parent fae28ce commit fbf7a87

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/jwilger/union_square/compare/v0.1.0...v0.1.1) - 2025-07-24
11+
12+
### Other
13+
14+
- Trigger release pr build on main ([#115](https://github.com/jwilger/union_square/pull/115))

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "union_square"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["John Wilger <john@johnwilger.com>"]
66
description = "A proxy/wire-tap service for making LLM calls and recording everything that happens in a session for later analysis and test-case extraction"

β€ŽREADME.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,3 @@ We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.
228228
## Security
229229

230230
For security vulnerabilities, please email security@example.com instead of using the issue tracker.
231-
232-
<!-- And here is a useless comment to trigger a release PR build! -->

0 commit comments

Comments
Β (0)