Skip to content

chore: bump version to 4.1.0#158

Merged
stickerdaniel merged 3 commits intomainfrom
02-20-chore_bump_version_to_4.1.0
Feb 20, 2026
Merged

chore: bump version to 4.1.0#158
stickerdaniel merged 3 commits intomainfrom
02-20-chore_bump_version_to_4.1.0

Conversation

@stickerdaniel
Copy link
Copy Markdown
Owner

@stickerdaniel stickerdaniel commented Feb 20, 2026

Greptile Summary

Version bump from 4.0.0 to 4.1.0 to reflect the new search_people feature added in PR #157, plus improved contributing guidelines in README.

Key changes:

  • Updated package version to 4.1.0 in pyproject.toml and uv.lock
  • Consolidated contributing guidelines in README for better visibility
  • Moved contribution request from footer to development setup section

Issues found:

  • manifest.json and docker-compose.yml still reference version 4.0.0 and need updating to 4.1.0

Confidence Score: 3/5

  • This PR is safe to merge after fixing version inconsistencies
  • Version bump is appropriate for a minor feature addition (search_people), and documentation improvements are helpful. However, two files (manifest.json and docker-compose.yml) have inconsistent version numbers that must be corrected before merging.
  • manifest.json and docker-compose.yml need version updates to 4.1.0

Important Files Changed

Filename Overview
pyproject.toml Version bumped from 4.0.0 to 4.1.0 for search_people feature addition
uv.lock Lockfile updated to reflect new package version 4.1.0
README.md Contributing guidelines consolidated and moved to setup section for better visibility

Last reviewed commit: a35072a

Copy link
Copy Markdown
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@stickerdaniel stickerdaniel marked this pull request as ready for review February 20, 2026 17:24
Copilot AI review requested due to automatic review settings February 20, 2026 17:24
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 bumps the project version from 4.0.0 to 4.1.0, updating version references in the main package configuration files. Additionally, it enhances the README by replacing a simple contribution invitation with a more structured Contributing section that encourages opening issues before submitting PRs.

Changes:

  • Version bumped from 4.0.0 to 4.1.0 in pyproject.toml and uv.lock
  • Added a formal Contributing section to README.md with guidance to open issues before submitting PRs

Reviewed changes

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

File Description
pyproject.toml Updated package version from 4.0.0 to 4.1.0
uv.lock Updated locked package version to match pyproject.toml
README.md Replaced simple contribution invitation with structured Contributing section

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

[project]
name = "linkedin-scraper-mcp"
version = "4.0.0"
version = "4.1.0"
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

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

The version has been updated to 4.1.0 in pyproject.toml and uv.lock, but other files in the repository still reference version 4.0.0 and need to be updated:

  1. manifest.json - Contains 3 references to version 4.0.0 (line 5 for the version field, and lines 7 and 29 for Docker image references)
  2. docker-compose.yml - References the Docker image tag 4.0.0 (line 3)

These files should be updated to maintain version consistency across the codebase.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Owner Author

stickerdaniel commented Feb 20, 2026

Merge activity

  • Feb 20, 5:27 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Feb 20, 5:28 PM UTC: @stickerdaniel merged this pull request with Graphite.

@stickerdaniel stickerdaniel merged commit 56c7a46 into main Feb 20, 2026
5 checks passed
@stickerdaniel stickerdaniel deleted the 02-20-chore_bump_version_to_4.1.0 branch February 20, 2026 17:28
Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

3 files reviewed, 2 comments

Edit Code Review Agent Settings | Greptile

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Feb 20, 2026

Additional Comments (2)

manifest.json
version should be updated to 4.1.0 to match pyproject.toml

  "version": "4.1.0",
Prompt To Fix With AI
This is a comment left during a code review.
Path: manifest.json
Line: 3

Comment:
version should be updated to `4.1.0` to match `pyproject.toml`

```suggestion
  "version": "4.1.0",
```

How can I resolve this? If you propose a fix, please make it concise.

docker-compose.yml
image tag should be updated to 4.1.0 to match the version in pyproject.toml

    image: stickerdaniel/linkedin-mcp-server:4.1.0
Prompt To Fix With AI
This is a comment left during a code review.
Path: docker-compose.yml
Line: 4

Comment:
image tag should be updated to `4.1.0` to match the version in `pyproject.toml`

```suggestion
    image: stickerdaniel/linkedin-mcp-server:4.1.0
```

How can I resolve this? If you propose a fix, please make it concise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants