Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 4, 2024
1 parent 72b1ab1 commit 0232c30
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 11 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.7.1](https://github.com/bosun-ai/swiftide/releases/tag/0.7.1) - 2024-08-04

### Features

- [b2d31e5](https://github.com/bosun-ai/swiftide/commit/b2d31e555cb8da525513490e7603df1f6b2bfa5b) *(integrations)* Add ollama support ([#214](https://github.com/bosun-ai/swiftide/pull/214))

### Documentation

- [f7accde](https://github.com/bosun-ai/swiftide/commit/f7accdeecf01efc291503282554257846725ce57) *(readme)* Add 0.7 announcement

- [ba07ab9](https://github.com/bosun-ai/swiftide/commit/ba07ab93722d974ac93ed5d4a22bf53317bc11ae) *(readme)* Readme improvements

- [1539393](https://github.com/bosun-ai/swiftide/commit/15393932dd756af134a12f7954faa75893f8c3fb) *(readme)* Update README.md


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


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


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

### Features
Expand Down
10 changes: 5 additions & 5 deletions 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-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swiftide-core"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion swiftide-indexing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swiftide-indexing"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion swiftide-integrations/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swiftide-integrations"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down
4 changes: 2 additions & 2 deletions swiftide-query/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swiftide-query"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand All @@ -23,7 +23,7 @@ tracing = { workspace = true }
indoc = { workspace = true }

# Internal
swiftide-core = { path = "../swiftide-core", version = "0.7.0" }
swiftide-core = { path = "../swiftide-core", version = "0.7.1" }

[dev-dependencies]
swiftide-core = { path = "../swiftide-core", features = ["test-utils"] }
Expand Down
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.7.0"
version = "0.7.1"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down

0 comments on commit 0232c30

Please sign in to comment.