Skip to content

Commit

Permalink
docs: prepare for 0.16.7 (#860)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Feb 15, 2023
1 parent ea21e61 commit 30b354c
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ We are hard at work on the next generation of scikit-build
has had it's first non-development release. We are also continuing to fix bugs,
make improvements, and backport changes here.

Documentation
-------------
Scikit-build 0.16.7
===================

* scikit-build mailing list transitioned to the `scikit-build GitHub Discussions board <https://github.com/orgs/scikit-build/discussions>`_. See :issue:`800`.
* Transitioning away from the mailing list and adopting the GitHub Discussions will provide a more integrated platform enabling us to more effectively engage with the community.
* After sending a `last message <https://groups.google.com/g/scikit-build/c/jU7-EvvMPb8>`_ describing the transition, the mailing list was updated to be read-only and the welcome message was updated to redirect visitor toward the Discussions board.
This is expected to be the final release series supporting Python 3.6. 0.17 will require Python 3.7+ and start removing deprecated functionality.

* Added ``SKBUILD_GNU_SKIP_LOCAL_SYMBOL_EXPORT_OVERRIDE`` to disable script in :pr:`848`, thanks to :user:`aaron-bray` and :user:`vyasr`.
* Address a new warning from setuptools in our test suite in :pr:`859`.
* Move to using Ruff, update to Black 23, and use Flynt to move more code to f-strings.


Scikit-build 0.16.6
Expand Down Expand Up @@ -112,6 +114,14 @@ Bug fixes

* Better flushing and output streams for more consistent output ordering. :pr:`781`

Documentation
-------------

* scikit-build mailing list transitioned to the `scikit-build GitHub Discussions board <https://github.com/orgs/scikit-build/discussions>`_. See :issue:`800`.
* Transitioning away from the mailing list and adopting the GitHub Discussions will provide a more integrated platform enabling us to more effectively engage with the community.
* After sending a `last message <https://groups.google.com/g/scikit-build/c/jU7-EvvMPb8>`_ describing the transition, the mailing list was updated to be read-only and the welcome message was updated to redirect visitor toward the Discussions board.


Scikit-build 0.15.0
===================

Expand Down

0 comments on commit 30b354c

Please sign in to comment.