Skip to content

Commit

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

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

<blockquote>

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

### Features

-
[beea449](beea449)
*(prompt)* Add Into for strings to PromptTemplate
([#193](#193))

-
[f3091f7](f3091f7)
*(transformers)* References and definitions from code
([#186](#186))

### Documentation

-
[97a572e](97a572e)
*(readme)* Add blog posts and update doc link
([#194](#194))

-
[504fe26](504fe26)
*(pipeline)* Add note that closures can also be used as transformers


**Full Changelog**:
0.6.6...0.6.7


<!-- 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 23, 2024
1 parent a167184 commit a44c303
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

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

### Features

- [beea449](https://github.com/bosun-ai/swiftide/commit/beea449301b89fde1915c5336a071760c1963c75) *(prompt)* Add Into for strings to PromptTemplate ([#193](https://github.com/bosun-ai/swiftide/pull/193))

- [f3091f7](https://github.com/bosun-ai/swiftide/commit/f3091f72c74e816f6b9b8aefab058d610becb625) *(transformers)* References and definitions from code ([#186](https://github.com/bosun-ai/swiftide/pull/186))

### Documentation

- [97a572e](https://github.com/bosun-ai/swiftide/commit/97a572ec2e3728bbac82c889bf5129b048e61e0c) *(readme)* Add blog posts and update doc link ([#194](https://github.com/bosun-ai/swiftide/pull/194))

- [504fe26](https://github.com/bosun-ai/swiftide/commit/504fe2632cf4add506dfb189c17d6e4ecf6f3824) *(pipeline)* Add note that closures can also be used as transformers


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


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


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

### 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.6"
version = "0.6.7"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down

0 comments on commit a44c303

Please sign in to comment.