Skip to content

semantic versioning regression: 0.1.8 followed by 0.1.0 #140

@umlaeute

Description

@umlaeute

Debian/buster (currently "stable") ships with libsamplerate0_0.1.9-2, which includes a dynamic library file:

/usr/lib/x86_64-linux-gnu/libsamplerate.so.0.1.8

compiling the latest and greatest libsamplerate-0.2.0 i get a file:

/usr/lib/x86_64-linux-gnu/libsamplerate.so.0.1.0

This decrements the micro release, which is plain wrong!!

the new libsamplerate also introduces a new symbol src_clone, which would - according to semantic versioning - warrants a:

  • reset of the micro version to 0
  • increment of the minor version to 2

please fix this and make a bugfix release asap.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions