multiformats / multiformats/py-multihash

Add `version.json` to match go-multihash

Open Beginner friendly
#58 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
17
Forks
17
Avg merge
1h 5m
Merged PRs (30d)
3

Description

go-multihash has a version.json file. py-multihash should have one for consistency across the multiformats ecosystem.

Problem

go-multihash includes:

{
  "version": "v0.2.3"
}

py-multihash does not have this file.

Proposed Solution
  1. Create version.json:

    {
      "version": "v3.0.0"
    }
    
  2. Add to bump-my-version config in pyproject.toml.

Related

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Create version.json at the repository root with the specified v3.0.0 value, then inspect pyproject.toml and its bump-my-version configuration. Done means both files are present and the version configuration includes version.json for future updates; no test file is named in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
release
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
84/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.