Skip to content

chore: bump lago-types to 0.1.23#45

Merged
vladmarascu merged 1 commit into
mainfrom
bump-lago-types-0.1.23
May 20, 2026
Merged

chore: bump lago-types to 0.1.23#45
vladmarascu merged 1 commit into
mainfrom
bump-lago-types-0.1.23

Conversation

@vladmarascu
Copy link
Copy Markdown
Contributor

@vladmarascu vladmarascu commented May 20, 2026

Summary

Bumps lago-types from 0.1.22 to 0.1.23 so a publish to crates.io can include the /fees endpoint type support that landed in #44.

Context

PR #44 (merged May 19) added FeeType, FeeFilters, and the request/response shapes for /fees. But lago-types 0.1.22 on crates.io was published on May 11 — before #44 merged — so the published package doesn't contain the fee modules.

Downstream work is blocked on a release that includes them:

  • A follow-up lago-client PR that adds list_fees and get_fee methods + example
  • A downstream MCP tools PR in getlago/lago-agent-toolkit that exposes those methods as MCP tools

This PR is intentionally minimal — just the version bump — so it can be merged and published quickly without coupling to the follow-up code changes.

What this PR does

  • lago-types/Cargo.toml: 0.1.220.1.23
  • Cargo.lock: regenerated accordingly

No code changes.

Action requested

After merging, please cargo publish from lago-types/ to push 0.1.23 to crates.io. The dry-run is clean locally:

```
Packaging lago-types v0.1.23
Packaged 75 files, 324.7KiB (50.3KiB compressed)
Verifying lago-types v0.1.23
```

(75 files vs the 69 in the older 0.1.22 — the diff is the fee modules from #44.)

I'll open the lago-client follow-up PR as soon as 0.1.23 is on the registry.

Test plan

  • `cargo fmt --all -- --check`
  • `cargo clippy --all-features -- -D warnings`
  • `cargo test --all-features`
  • `cargo build --release --all-features`
  • `cargo publish --dry-run` for both crates

## Context

PR #44 added the `/fees` endpoint type support (`FeeType`, `FeeFilters`,
request/response shapes) to `lago-types`, but the version on crates.io
(`0.1.22`) was published on May 11, before PR #44 merged on May 19. The
published `0.1.22` does not contain the fee modules.

Downstream consumers — including a follow-up `lago-client` PR that adds
`list_fees` / `get_fee` methods, and the Lago Agent Toolkit MCP server —
need a published `lago-types` release that includes the fee modules.

## Description

Bumps `lago-types` from `0.1.22` to `0.1.23` so that the maintainer can
`cargo publish` a release with PR #44's fee modules included. No code
changes — purely a version bump to unblock downstream work.
@vladmarascu vladmarascu requested a review from jdenquin May 20, 2026 09:02
@vladmarascu vladmarascu merged commit 05441d1 into main May 20, 2026
1 check passed
@jdenquin jdenquin deleted the bump-lago-types-0.1.23 branch May 20, 2026 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants