Skip to content

Commit

Permalink
chore(release): prepare for v0.1.3
Browse files Browse the repository at this point in the history
Update CHANGELOG.
  • Loading branch information
ravenexp committed Nov 27, 2024
1 parent 4a69b28 commit 899a8ef
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [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
Expand Down
7 changes: 4 additions & 3 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@ commit_parsers = [
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
{ message = "^build", group = "<!-- 7 -->🛠️ Build" },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore\\(deps.*\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^chore|^ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
{ message = "^chore|^ci", group = "<!-- 8 -->⚙️ Miscellaneous Tasks" },
{ body = ".*security", group = "<!-- 9 -->🛡️ Security" },
{ message = "^revert", group = "<!-- 10 -->◀️ Revert" },
]
# filter out the commits that are not matched by commit parsers
filter_commits = false
Expand Down

0 comments on commit 899a8ef

Please sign in to comment.