Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Version scheme #78

Description

@max-privatevoid

We should have an independent version scheme. I think a good approach would be a classic 3-number semver-style version starting at 1.0.0, where:

  • The first number increments whenever a new upstream version is merged.
  • The second number increments when downstream features are implemented.
  • The third number increments when downstream bugfixes are implemented.

Technical details:

  • The version shall be stored in crates/zedless/Cargo.toml.
  • Build tools will extract the version from there, with the same mechanism as before.
  • The editor should mention the upstream version in the "About Zedless..." dialog box (e.g. Based on Zed 0.198.0).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions