Skip to content

Commit

Permalink
chore: release v0.6.6 (#182)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `swiftide`: 0.6.5 -> 0.6.6

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.6.6](https://github.com/bosun-ai/swiftide/releases/tag/0.6.6) -
2024-07-16

### Features

-
[d1c642a](d1c642a)
*(groq)* Add SimplePrompt support for Groq
([#183](#183))

### Documentation

-
[143c7c9](143c7c9)
*(readme)* Fix typo
([#180](#180))

-
[d393181](d393181)
*(docsrs)* Scrape examples and fix links
([#184](#184))


**Full Changelog**:
0.6.5...0.6.6


<!-- generated by git-cliff -->
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 16, 2024
1 parent 5d4a814 commit abf63f1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## [0.6.6](https://github.com/bosun-ai/swiftide/releases/tag/0.6.6) - 2024-07-16

### Features

- [d1c642a](https://github.com/bosun-ai/swiftide/commit/d1c642aa4ee9b373e395a78591dd36fa0379a4ff) *(groq)* Add SimplePrompt support for Groq ([#183](https://github.com/bosun-ai/swiftide/pull/183))

### Documentation

- [143c7c9](https://github.com/bosun-ai/swiftide/commit/143c7c9c2638737166f23f2ef8106b7675f6e19b) *(readme)* Fix typo ([#180](https://github.com/bosun-ai/swiftide/pull/180))

- [d393181](https://github.com/bosun-ai/swiftide/commit/d3931818146bff72499ebfcc0d0e8c8bb13a760d) *(docsrs)* Scrape examples and fix links ([#184](https://github.com/bosun-ai/swiftide/pull/184))


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.6.5...0.6.6


<!-- generated by git-cliff -->


## [0.6.5](https://github.com/bosun-ai/swiftide/releases/tag/0.6.5) - 2024-07-15

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion swiftide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swiftide"
version = "0.6.5"
version = "0.6.6"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down

0 comments on commit abf63f1

Please sign in to comment.