Skip to content

Commit

Permalink
chore(release): prepare for v0.1.2
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
ravenexp committed Aug 28, 2024
1 parent aa73619 commit bdec54f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
40 changes: 24 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit bdec54f

Please sign in to comment.