Skip to content

Commit

Permalink
docs: prepare for 0.17.2 (#949)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Apr 19, 2023
1 parent 6e9f260 commit 2e6cc59
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ and backport changes here.

.. START-BRIEF-CHANGELOG
Scikit-build 0.17.2
===================

Another small release with fixes for non-MSVC Windows platforms.

Bug fixes
---------

* RPM spec fix by :user:`LecrisUT` in :pr:`937`.
* Validate value before returning library path by :user:`dlech` in :pr:`942`.
* Only add ``Python_LIBRARY`` on Windows MSVC in :pr:`943` and :pr:`944`.
* Slightly nicer traceback for failed compiler in :pr:`947`.

Testing
-------
* Hide a few warnings that are expected in :pr:`948`.

Scikit-build 0.17.1
===================

Expand All @@ -25,18 +42,18 @@ been deactivated to simplify output, as well.
Bug fixes
---------

* Older (<3.24) CMake breaks when lib specified in :pr:`932`
* An error output was missing formatting in :pr:`931`
* Older (<3.24) CMake breaks when lib specified in :pr:`932`.
* An error output was missing formatting in :pr:`931`.
* Make empty ``CMAKE_OSX_DEPLOYMENT_TARGET`` a warning (bug in conda-forge's
clang activation fixed upstream) in :pr:`934`
* Remove unused variable warnings by in :pr:`930`
clang activation fixed upstream) in :pr:`934`.
* Remove unused variable warnings by in :pr:`930`.

Testing
-------

* Add Fedora packaging with packit automation by :user:`LecrisUT` in :pr:`928`
* Fix codecov ci by :user:`LecrisUT` in :pr:`929`
* Update some coverage settings in:pr:`933`
* Add Fedora packaging with packit automation by :user:`LecrisUT` in :pr:`928`.
* Fix codecov ci by :user:`LecrisUT` in :pr:`929`.
* Update some coverage settings in :pr:`933`.



Expand Down

0 comments on commit 2e6cc59

Please sign in to comment.