Skip to content

chore: release v0.1.8 - #23

Merged
ThomAub merged 2 commits into
mainfrom
release-plz-2026-07-02T23-53-50Z
Jul 3, 2026
Merged

chore: release v0.1.8#23
ThomAub merged 2 commits into
mainfrom
release-plz-2026-07-02T23-53-50Z

Conversation

@ThomAub

@ThomAub ThomAub commented Jul 2, 2026

Copy link
Copy Markdown
Owner

🤖 New release

  • officemd_markdown: 0.1.7 -> 0.1.8
  • officemd_xlsx: 0.1.7 -> 0.1.8
  • officemd_cli: 0.1.7 -> 0.1.8
  • officemd_docx: 0.1.7 -> 0.1.8
  • officemd_csv: 0.1.7 -> 0.1.8
  • officemd_pptx: 0.1.7 -> 0.1.8
  • officemd_pdf: 0.1.7 -> 0.1.8
Changelog

officemd_docx

[0.1.8] - 2026-07-02

Miscellaneous

  • Updated the following local packages: officemd_markdown (0000000)

officemd_csv

[0.1.8] - 2026-07-02

Miscellaneous

  • Updated the following local packages: officemd_markdown (0000000)

officemd_pptx

[0.1.8] - 2026-07-02

Miscellaneous

  • Updated the following local packages: officemd_markdown (0000000)

officemd_pdf

[0.1.8] - 2026-07-02

Miscellaneous

  • Updated the following local packages: officemd_markdown (0000000)


This PR was generated with release-plz.

@ThomAub ThomAub added the release label Jul 2, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 74fe49d83a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

officemd_pptx = { version = "0.1.7", path = "../officemd_pptx" }
officemd_pdf = { version = "0.1.7", path = "../officemd_pdf" }
officemd_markdown = { version = "0.1.7", path = "../officemd_markdown" }
officemd_docx = { version = "0.1.8", path = "../officemd_docx" }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Bump the Python package metadata for this release

When this release is tagged, the Python workflow builds wheels from crates/officemd_python/pyproject.toml, but that file still declares version = "0.1.6" while this commit moves the binding's Rust dependencies to the 0.1.8 crates. Because pypi-publish also uses skip-existing, the v0.1.8 release will either produce 0.1.6 wheels or skip publishing them instead of shipping the new Python package, so the pyproject version needs to be updated with the Rust release.

Useful? React with 👍 / 👎.

officemd_pptx = { version = "0.1.7", path = "../officemd_pptx" }
officemd_pdf = { version = "0.1.7", path = "../officemd_pdf" }
officemd_markdown = { version = "0.1.7", path = "../officemd_markdown" }
officemd_docx = { version = "0.1.8", path = "../officemd_docx" }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Bump the npm package metadata for this release

The npm release job publishes the versions read from crates/officemd_js/package.json and npm/*/package.json, but those files still say 0.1.6 and the main package's optional dependencies still point at 0.1.6 while this commit links the JS binding against the 0.1.8 Rust crates. On a v0.1.8 release this will skip/re-publish 0.1.6 packages instead of producing installable 0.1.8 platform packages, so the npm package metadata needs to be kept in sync with these dependency bumps.

Useful? React with 👍 / 👎.

@ThomAub
ThomAub merged commit 89378cc into main Jul 3, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant