Skip to content

Commit

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

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

<blockquote>

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

### Features

-
[0065c7a](0065c7a)
*(prompt)* Add extending the prompt repository
([#178](#178))

### Documentation

-
[b95b395](b95b395)
*(swiftide)* Documentation improvements and cleanup
([#176](#176))

### Miscellaneous Tasks

-
[73d5fa3](73d5fa3)
*(traits)* Cleanup unused batch size in `BatchableTransformer`
([#177](#177))


**Full Changelog**:
0.6.4...0.7.0


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


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
timonv authored Jul 15, 2024
1 parent b95b395 commit c6343e5
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.5](https://github.com/bosun-ai/swiftide/releases/tag/0.6.5) - 2024-07-15

### Features

- [0065c7a](https://github.com/bosun-ai/swiftide/commit/0065c7a7fd1289ea227391dd7b9bd51c905290d5) *(prompt)* Add extending the prompt repository ([#178](https://github.com/bosun-ai/swiftide/pull/178))

### Documentation

- [b95b395](https://github.com/bosun-ai/swiftide/commit/b95b3955f89ed231cc156dab749ee7bb8be98ee5) *(swiftide)* Documentation improvements and cleanup ([#176](https://github.com/bosun-ai/swiftide/pull/176))

### Miscellaneous Tasks

- [73d5fa3](https://github.com/bosun-ai/swiftide/commit/73d5fa37d23f53919769c2ffe45db2e3832270ef) *(traits)* Cleanup unused batch size in `BatchableTransformer` ([#177](https://github.com/bosun-ai/swiftide/pull/177))


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.6.4...0.7.0


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


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

### Bug Fixes
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.4"
version = "0.6.5"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down

0 comments on commit c6343e5

Please sign in to comment.