From bdec54f7a03a3f7604dc44350018030af0ba1039 Mon Sep 17 00:00:00 2001 From: Sergey Kvachonok Date: Wed, 28 Aug 2024 15:58:47 +0300 Subject: [PATCH] chore(release): prepare for v0.1.2 Update CHANGELOG.md --- CHANGELOG.md | 40 ++++++++++++++++++++++++---------------- Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be9414..e0235bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,40 +2,48 @@ All notable changes to this project will be documented in this file. -## [0.1.1] - 2024-02-15 +## [0.1.2] - 2024-08-28 -### Documentation +### ๐Ÿš€ Features -- Add C/C++ include paths use examples +- 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 +### ๐Ÿš€ Features - Collect C/C++ include directories from deps +### ๐Ÿ“š Documentation + +- Add C/C++ include paths use examples + ## [0.1.0] - 2023-10-13 -### CI Configuration +### ๐Ÿš€ Features -- Add a basic GitLab CI config file -- Add GitHub workflows for building and publishing +- Auto-detect and define `build_type` setting -### Documentation +### ๐Ÿ“š Documentation - Add README.md -### Features +### ๐Ÿงช Testing -- Auto-detect and define `build_type` setting +- Add crate-level integration tests +- Add an example build script usage crate -### Miscellaneous Tasks +### โš™๏ธ 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 -### Testing - -- Add crate-level integration tests -- Add an example build script usage crate - diff --git a/Cargo.toml b/Cargo.toml index 80adb27..92dea1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conan2" -version = "0.1.1" +version = "0.1.2" description = "Pulls the C/C++ library linking flags from Conan dependencies" authors = ["Sergey Kvachonok "] edition = "2021"