Skip to content

Latest commit

 

History

History
87 lines (47 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

87 lines (47 loc) · 1.42 KB

Changelog

All notable changes to this project will be documented in this file.

[0.1.5] - 2024-12-21

🚀 Features

  • Support for sharedlinkflags

🧪 Testing

  • Add sharedlinkflags to integration test

[0.1.4] - 2024-11-28

🚀 Features

  • Support for exelinkflags

🧪 Testing

  • Add integration test for exelinkflags

[0.1.3] - 2024-11-27

🚀 Features

  • Add ConanInstall::build_profile() method

🚜 Refactor

  • Show better errors for conan profile detect

📚 Documentation

  • Add examples for ConanInstall::build_profile()

🧪 Testing

  • Add integration tests for build_profile()

[0.1.2] - 2024-08-28

🚀 Features

  • Add Conan command verbosity control option
  • Add profile auto-detection option

⚙️ Miscellaneous Tasks

  • Update git-cliff config file

[0.1.1] - 2024-02-15

🚀 Features

  • Collect C/C++ include directories from deps

📚 Documentation

  • Add C/C++ include paths use examples

[0.1.0] - 2023-10-13

🚀 Features

  • Auto-detect and define build_type setting

📚 Documentation

  • Add README.md

🧪 Testing

  • Add crate-level integration tests
  • Add an example build script usage crate

⚙️ Miscellaneous Tasks

  • Add MIT license
  • Add a basic GitLab CI config file
  • Add GitHub workflows for building and publishing
  • Add git-cliff config file
  • Add a change log file