Skip to content

v2: Bump version & generate docs#268

Merged
popenta merged 1 commit into
feat/nextfrom
bump-version-v2
Jul 28, 2025
Merged

v2: Bump version & generate docs#268
popenta merged 1 commit into
feat/nextfrom
bump-version-v2

Conversation

@popenta

@popenta popenta commented Jul 28, 2025

Copy link
Copy Markdown
Collaborator

No description provided.

@popenta popenta self-assigned this Jul 28, 2025
@github-actions

Copy link
Copy Markdown

Coverage report

This PR does not seem to contain any modification to coverable code.

@andreibancioiu
andreibancioiu requested a review from Copilot July 28, 2025 13:30

Copilot AI 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.

Pull Request Overview

This PR upgrades the MultiversX SDK from version 1.6.3 to 2.0.0, suggesting a major version release with potential breaking changes. The update includes documentation regeneration and adds new gas estimation examples.

  • Version bump from 1.6.3 to 2.0.0 in pyproject.toml and documentation configuration
  • Addition of gas estimator documentation and Jupyter notebook examples
  • Reformatting of documentation RST files with consistent ordering of automodule directives

Reviewed Changes

Copilot reviewed 23 out of 23 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Updated package version from 1.6.3 to 2.0.0
examples/Cookbook.ipynb Added examples showing gas limit estimator usage with entrypoints
docs/*.rst Regenerated documentation files with consistent formatting and new gas_estimator package
docs/conf.py Updated copyright year to 2025 and release version to 2.0.0

Comment thread docs/conf.py
copyright = "2025, MultiversX"
author = "MultiversX"
release = "1.6.2"
release = "2.0.0"

Copilot AI Jul 28, 2025

Copy link

Choose a reason for hiding this comment

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

The release version in docs/conf.py is set to '2.0.0' but the version in pyproject.toml is also '2.0.0'. However, there's an inconsistency with the previous release version mentioned in the file which was '1.6.2', while pyproject.toml shows the previous version as '1.6.3'. This suggests the documentation may not have been properly synchronized with the package version.

Suggested change
release = "2.0.0"
release = "2.0.0" # Previous release: 1.6.3

Copilot uses AI. Check for mistakes.
@popenta
popenta merged commit 4ad077e into feat/next Jul 28, 2025
7 checks passed
@popenta
popenta deleted the bump-version-v2 branch July 28, 2025 13:35
@popenta popenta added the ignore-for-release-notes Ignore for release notes label Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ignore-for-release-notes Ignore for release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants