ericniebler / range-v3

Range library for C++14/17/20, basis for C++20's std::ranges
Other
4.11k stars 440 forks source link

Formally cut a new release #1694

Closed offbynull closed 2 years ago

offbynull commented 2 years ago

The last release was 0.11.0 in 2020. It looks like many changes/fixes have come in since then. Would it be possible to cut a new release? Maybe 0.11.1 or 0.12.0? Many of us use range-v3 through a dependency manager like conan, which as far as I'm aware supplies "official" releases only.

theShmoo commented 2 years ago

@ericniebler kind reminder of this issue :)

david-fong commented 2 years ago

Note: vcpkg seems to have created a release "2021-11-02" for their repository. Conan-center has a PR conan-io/conan-center-index#8439 to do something similar.

Is there a formal(ish?) list of todos that are pending before a new release is made?

ericniebler commented 2 years ago

Is there a formal(ish?) list of todos that are pending before a new release is made?

A summary of the changes since the last release, for the release notes.

Fwiw, I agree it's long past time for a new release.

david-fong commented 2 years ago

(I know there's the git way to view commit ranges) Here's a github link if anyone's interested in seeing commits after the date of the 0.11.0 release via github.

ericniebler commented 2 years ago

Version 0.12.0 released today.