From 79f098a8527bf0404e81d273b44de1bb8755d00a Mon Sep 17 00:00:00 2001 From: "llama-org-ci-bot[bot]" <231146559+llama-org-ci-bot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 21:19:22 +0000 Subject: [PATCH] release: 1.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ pkg/cmd/version.go | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fbd9082..4a2f7e6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.5.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa1b25..f83fb00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.5.1](https://github.com/run-llama/llama-parse-cli/compare/v1.5.0...v1.5.1) (2026-08-20) + + +### Features + +* **parse:** expose legal-document preset in v2 ([#24192](https://github.com/run-llama/llama-parse-cli/issues/24192)) ([0907de9](https://github.com/run-llama/llama-parse-cli/commit/0907de9633a645929c42e5ae2dfff7be2d6b240b)) + + +### Bug Fixes + +* **parse:** restore inline_images on cost_effective (new version 2026-08-11) ([#23804](https://github.com/run-llama/llama-parse-cli/issues/23804)) ([d708ab4](https://github.com/run-llama/llama-parse-cli/commit/d708ab41cd3f1ba13d5efb3ee76ea21a1e15c394)) + + +### Reverts + +* expose legal-document preset in v2 ([3b7af27](https://github.com/run-llama/llama-parse-cli/commit/3b7af27a1cf4dc08995eb3e815fc444465de29ae)) + ## [1.4.0](https://github.com/run-llama/llama-parse-cli/compare/v1.3.0...v1.4.0) (2026-07-22) diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index cf77cd0..933d4f0 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -2,4 +2,4 @@ package cmd -const Version = "1.5.0" // x-release-please-version +const Version = "1.5.1" // x-release-please-version