[PR #4067] [MERGED] docs: use MAJOR.MINOR.PATCH in Python changelog headers #4068

Closed
opened 2026-06-05 19:12:39 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4067
Author: @open-swe[bot]
Created: 5/19/2026
Status: Merged
Merged: 5/19/2026
Merged by: @mdrxy

Base: mainHead: open-swe/changelog-semver-headers


📝 Commits (1)

  • ff31e60 docs: use MAJOR.MINOR.PATCH in Python changelog headers

📊 Changes

1 file changed (+5 additions, -5 deletions)

View changed files

📝 src/oss/python/releases/changelog.mdx (+5 -5)

📄 Description

Description

Normalizes version headers in the Python changelog to consistently use vMAJOR.MINOR.PATCH. Several entries (deepagents v0.6, langchain v1.3, langgraph v1.2, langgraph v1.1, deepagents v0.4) were missing the patch component. The JavaScript changelog already follows this convention and required no changes.

Release Note

none

Test Plan

  • Visual check on Mintlify preview that changelog headers render with full vX.Y.Z versions.

Opened collaboratively by Mason Daugherty and open-swe.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/4067 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 5/19/2026 **Status:** ✅ Merged **Merged:** 5/19/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `open-swe/changelog-semver-headers` --- ### 📝 Commits (1) - [`ff31e60`](https://github.com/langchain-ai/docs/commit/ff31e6090dd34db4d0e30719b2741b6d100291df) docs: use MAJOR.MINOR.PATCH in Python changelog headers ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/releases/changelog.mdx` (+5 -5) </details> ### 📄 Description ## Description Normalizes version headers in the Python changelog to consistently use `vMAJOR.MINOR.PATCH`. Several entries (`deepagents` v0.6, `langchain` v1.3, `langgraph` v1.2, `langgraph` v1.1, `deepagents` v0.4) were missing the patch component. The JavaScript changelog already follows this convention and required no changes. ## Release Note none ## Test Plan - [ ] Visual check on Mintlify preview that changelog headers render with full `vX.Y.Z` versions. _Opened collaboratively by Mason Daugherty and open-swe._ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:12:39 -04:00
yindo closed this issue 2026-06-05 19:12:39 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4068