chore: release v0.1.9 - #24
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 024449ae67
ℹ️ 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".
| [package] | ||
| name = "officemd_cli" | ||
| version = "0.1.8" | ||
| version = "0.1.9" |
There was a problem hiding this comment.
Synchronize non-Cargo package versions
This 0.1.9 release only bumps the Cargo crates, but the tag-triggered release workflow also publishes the Python and npm bindings (.github/workflows/release.yml runs on v* tags and uses skip-existing / npm view skips). Those artifacts still read version 0.1.8 in crates/officemd_python/pyproject.toml:7 and crates/officemd_js/package.json:3,60-67, so tagging this commit as v0.1.9 will either skip publishing because 0.1.8 already exists or produce new native code under the old package version; users installing via uvx officemd or npx office-md would not receive the 0.1.9 release.
Useful? React with 👍 / 👎.
🤖 New release
officemd_pdf: 0.1.8 -> 0.1.9officemd_cli: 0.1.8 -> 0.1.9Changelog
This PR was generated with release-plz.