Skip to content

Commit b52f4ce

Browse files
authored
chore(master): release trogon_commanded 0.35.0 (#318)
Signed-off-by: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com>
1 parent 45d1c64 commit b52f4ce

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apps/trogon_commanded": "0.34.0",
2+
"apps/trogon_commanded": "0.35.0",
33
"apps/one_piece_graceful_shutdown": "0.1.0",
44
"apps/trogon_result": "1.0.1",
55
"apps/trogon_error": "0.5.4",

apps/trogon_commanded/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Unreleased
44

5+
## [0.35.0](https://github.com/straw-hat-team/beam-monorepo/compare/trogon_commanded@v0.34.0...trogon_commanded@v0.35.0) (2026-02-11)
6+
7+
8+
### Features
9+
10+
* **trogon_commanded:** Add proto: option to ObjectId ([#313](https://github.com/straw-hat-team/beam-monorepo/issues/313)) ([45d1c64](https://github.com/straw-hat-team/beam-monorepo/commit/45d1c64f7832373a5011e8d392ad80c3a0a6eb22))
11+
512
## [0.34.0](https://github.com/straw-hat-team/beam-monorepo/compare/trogon_commanded@v0.33.0...trogon_commanded@v0.34.0) (2026-01-22)
613

714

apps/trogon_commanded/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Trogon.Commanded.MixProject do
22
use Mix.Project
33

44
@app :trogon_commanded
5-
@version "0.34.0"
5+
@version "0.35.0"
66
@elixir_version "~> 1.13"
77
@source_url "https://github.com/straw-hat-team/beam-monorepo"
88

0 commit comments

Comments
 (0)