Skip to content

Commit

Permalink
chore: release v0.14.1 (bosun-ai#420)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `swiftide`: 0.14.0 -> 0.14.1 (✓ API compatible changes)
* `swiftide-core`: 0.14.0 -> 0.14.1
* `swiftide-indexing`: 0.14.0 -> 0.14.1 (✓ API compatible changes)
* `swiftide-macros`: 0.14.0 -> 0.14.1
* `swiftide-integrations`: 0.14.0 -> 0.14.1
* `swiftide-query`: 0.14.0 -> 0.14.1

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

## `swiftide`
<blockquote>

##
[0.14.1](bosun-ai/swiftide@v0.14.0...v0.14.1)
- 2024-10-27

### Bug fixes

-
[5bbcd55](bosun-ai@5bbcd55)
Revert 0.14 release as mistralrs is unpublished
([bosun-ai#417](bosun-ai#417))

````text
Revert the 0.14 release as `mistralrs` is unpublished and unfortunately
  cannot be released.
````

### Miscellaneous

-
[07c2661](bosun-ai@07c2661)
Re-release 0.14 without mistralrs
([bosun-ai#419](bosun-ai#419))

````text
- **Revert "fix: Revert 0.14 release as mistralrs is unpublished
  ([bosun-ai#417](https://github.com/bosun-ai/swiftide/pull/417))"**
  - **Fix changelog**
````


**Full Changelog**:
bosun-ai/swiftide@0.14.0...0.14.1
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
SwabbieBosun authored and shamb0 committed Oct 30, 2024
1 parent 30c2d01 commit fade2fe
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 11 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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

## [0.14.1](https://github.com/bosun-ai/swiftide/compare/v0.14.0...v0.14.1) - 2024-10-27

### Bug fixes

- [5bbcd55](https://github.com/bosun-ai/swiftide/commit/5bbcd55de65d73d7908e91c96f120928edb6b388) Revert 0.14 release as mistralrs is unpublished ([#417](https://github.com/bosun-ai/swiftide/pull/417))

````text
Revert the 0.14 release as `mistralrs` is unpublished and unfortunately
cannot be released.
````

### Miscellaneous

- [07c2661](https://github.com/bosun-ai/swiftide/commit/07c2661b7a7cdf75cdba12fab0ca91866793f727) Re-release 0.14 without mistralrs ([#419](https://github.com/bosun-ai/swiftide/pull/419))

````text
- **Revert "fix: Revert 0.14 release as mistralrs is unpublished
([#417](https://github.com/bosun-ai/swiftide/pull/417))"**
- **Fix changelog**
````


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.14.0...0.14.1



## [0.14.0](https://github.com/bosun-ai/swiftide/compare/v0.13.4...v0.14.0) - 2024-10-27

### Bug fixes
Expand Down
18 changes: 9 additions & 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["swiftide", "swiftide-*", "examples", "benchmarks"]
resolver = "2"

[workspace.package]
version = "0.14.0"
version = "0.14.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion swiftide-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = { workspace = true }
serde_json = { workspace = true }

# Internal
swiftide-core = { path = "../swiftide-core", version = "0.14.0" }
swiftide-core = { path = "../swiftide-core", version = "0.14.1" }

[dev-dependencies]
swiftide-core = { path = "../swiftide-core", features = ["test-utils"] }
Expand Down

0 comments on commit fade2fe

Please sign in to comment.