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 and timonv committed Sep 20, 2024
1 parent d84814e commit 80d4928
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.12.2](https://github.com/bosun-ai/swiftide/releases/tag/0.12.2) - 2024-09-18

### Other

- [d84814e](https://github.com/bosun-ai/swiftide/commit/d84814eef1bf12e485053fb69fb658d963100789) *(uncategorized)* Fix broken documentation links and other cargo doc warnings ([#304](https://github.com/bosun-ai/swiftide/pull/304))


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.12.1...0.12.2



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

### Added
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 @@ -13,7 +13,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.12.1"
version = "0.12.2"
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.12.1" }
swiftide-core = { path = "../swiftide-core", version = "0.12.2" }

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

0 comments on commit 80d4928

Please sign in to comment.