Skip to content

Commit

Permalink
chore: release v0.1.1+1.8.9 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maroon502 committed Apr 11, 2024
1 parent 1598d7b commit dfde2aa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1+1.8.9](https://github.com/Maroon502/bonmin-src/compare/v0.1.0+1.8.9...v0.1.1+1.8.9) - 2024-04-11

### Added
- allow to link to system libraries
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bonmin-src"
version = "0.1.0+1.8.9"
version = "0.1.1+1.8.9"
edition = "2021"
build = "build.rs"
links = "Bonmin"
Expand Down
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ fn main() {
LIB_NAME.to_ascii_uppercase()
);

let want_system = utils::want_system(LIB_NAME);

if want_system && link::link_lib_system_if_supported(LIB_NAME) {
let mut coinflags = vec!["BONMIN".to_string()];

Expand Down

0 comments on commit dfde2aa

Please sign in to comment.