Skip to content

Commit

Permalink
chore(release): 1.2.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.7](v1.2.6...v1.2.7) (2023-11-18)

### Bug Fixes

* always install depends to lib or bin ([08d027e](08d027e))
* fatal error with install_dependency ([ea6de71](ea6de71)), closes [#12](#12)

### Performance

* default to RUNPATH_DEPENDENCY_PATH ([307f4e6](307f4e6)), closes [#13](#13)
* disable empty resolved dependencies outputs ([6e01c1c](6e01c1c))
* include debug shared system libs ([e693382](e693382))
  • Loading branch information
semantic-release-bot committed Nov 18, 2023
1 parent 08d027e commit 21c7fa7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.2.7](https://github.com/msclock/cmake-modules/compare/v1.2.6...v1.2.7) (2023-11-18)


### Bug Fixes

* always install depends to lib or bin ([08d027e](https://github.com/msclock/cmake-modules/commit/08d027eba0422652da0ee5e4886400a297b42fed))
* fatal error with install_dependency ([ea6de71](https://github.com/msclock/cmake-modules/commit/ea6de71bf3db72f663852212ab60ba344cc87b93)), closes [#12](https://github.com/msclock/cmake-modules/issues/12)


### Performance

* default to RUNPATH_DEPENDENCY_PATH ([307f4e6](https://github.com/msclock/cmake-modules/commit/307f4e654fae6d9baf3bd5024cdc299d1213b119)), closes [#13](https://github.com/msclock/cmake-modules/issues/13)
* disable empty resolved dependencies outputs ([6e01c1c](https://github.com/msclock/cmake-modules/commit/6e01c1cfe7a1fcf20068ba89a256195664ab4968))
* include debug shared system libs ([e693382](https://github.com/msclock/cmake-modules/commit/e693382f8db6d6ed7bfd8d94ff5e2552453c4d0d))

## [1.2.6](https://github.com/msclock/cmake-modules/compare/v1.2.5...v1.2.6) (2023-11-18)


Expand Down

0 comments on commit 21c7fa7

Please sign in to comment.