Skip to content

Commit 9ec0b5d

Browse files
chore: release v0.1.2 (#134)
## πŸ€– New release * `union_square`: 0.1.1 -> 0.1.2 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.2](v0.1.1...v0.1.2) - 2025-07-26 ### Added - implement AWS Bedrock provider handler (issue #28) ([#136](#136)) - implement performance benchmarking framework ([#127](#127)) - implement Tower middleware stack for proxy ([#125](#125)) - improve GitHub Pages website UX and release display ([#121](#121)) - adjust logo glow to have white background inside shape ([#119](#119)) - add white glow effect to logo SVG ([#116](#116)) ### Fixed - *(ci)* use RELEASE_PLZ_PAT for GITHUB_TOKEN in release-plz workflow ([#135](#135)) - *(ci)* use correct secret name RELEASE_PLZ_PAT in workflow ([#133](#133)) - *(ci)* use RELEASE_PLZ_TOKEN in checkout action to trigger workflows ([#132](#132)) - use RELEASE_PLZ_TOKEN to trigger workflows on release PRs ([#131](#131)) - status and date on ADR-0007 ([#129](#129)) - correct ADR dates to match actual commit dates ([#124](#124)) - correct logo white background to fill only inside the rounded square ([#120](#120)) ### Other - standardize ADR naming convention with numbered titles ([#128](#128)) - accept ADR-0017 and improve ADR documentation ([#123](#123)) - update log4brains from 1.0.1 to 1.1.0 ([#122](#122)) - remove logo backgrounds and increase logo sizes by 25% ([#118](#118)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: John Wilger <john@johnwilger.com>
1 parent a0268da commit 9ec0b5d

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2](https://github.com/jwilger/union_square/compare/v0.1.1...v0.1.2) - 2025-07-26
11+
12+
### Added
13+
14+
- implement AWS Bedrock provider handler (issue #28) ([#136](https://github.com/jwilger/union_square/pull/136))
15+
- implement performance benchmarking framework ([#127](https://github.com/jwilger/union_square/pull/127))
16+
- implement Tower middleware stack for proxy ([#125](https://github.com/jwilger/union_square/pull/125))
17+
- improve GitHub Pages website UX and release display ([#121](https://github.com/jwilger/union_square/pull/121))
18+
- adjust logo glow to have white background inside shape ([#119](https://github.com/jwilger/union_square/pull/119))
19+
- add white glow effect to logo SVG ([#116](https://github.com/jwilger/union_square/pull/116))
20+
21+
### Fixed
22+
23+
- *(ci)* use RELEASE_PLZ_PAT for GITHUB_TOKEN in release-plz workflow ([#135](https://github.com/jwilger/union_square/pull/135))
24+
- *(ci)* use correct secret name RELEASE_PLZ_PAT in workflow ([#133](https://github.com/jwilger/union_square/pull/133))
25+
- *(ci)* use RELEASE_PLZ_TOKEN in checkout action to trigger workflows ([#132](https://github.com/jwilger/union_square/pull/132))
26+
- use RELEASE_PLZ_TOKEN to trigger workflows on release PRs ([#131](https://github.com/jwilger/union_square/pull/131))
27+
- status and date on ADR-0007 ([#129](https://github.com/jwilger/union_square/pull/129))
28+
- correct ADR dates to match actual commit dates ([#124](https://github.com/jwilger/union_square/pull/124))
29+
- correct logo white background to fill only inside the rounded square ([#120](https://github.com/jwilger/union_square/pull/120))
30+
31+
### Other
32+
33+
- standardize ADR naming convention with numbered titles ([#128](https://github.com/jwilger/union_square/pull/128))
34+
- accept ADR-0017 and improve ADR documentation ([#123](https://github.com/jwilger/union_square/pull/123))
35+
- update log4brains from 1.0.1 to 1.1.0 ([#122](https://github.com/jwilger/union_square/pull/122))
36+
- remove logo backgrounds and increase logo sizes by 25% ([#118](https://github.com/jwilger/union_square/pull/118))
37+
1038
## [0.1.1](https://github.com/jwilger/union_square/compare/v0.1.0...v0.1.1) - 2025-07-24
1139

1240
### Other

β€Ž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 = "union_square"
3-
version = "0.1.1"
3+
version = "0.1.2"
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"

0 commit comments

Comments
Β (0)