From d6d021560a05508add07a72f4f438d3ea3f1cb2c Mon Sep 17 00:00:00 2001 From: Timon Vonk Date: Fri, 21 Jun 2024 15:25:06 +0200 Subject: [PATCH] chore: properly quote crate name in changelog --- CHANGELOG.md | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d496132..4b8f52d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## swiftide - [0.3.3](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.3.2...swiftide-v0.3.3) - 2024-06-16 +## `swiftide` - [0.3.3](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.3.2...swiftide-v0.3.3) - 2024-06-16 ### Added @@ -17,20 +17,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - _(transformers)_ builder and clone for chunk_code - _(integrations)_ clone and debug for integrations -## swiftide - [0.3.2](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.3.1...swiftide-v0.3.2) - 2024-06-16 +## `swiftide` - [0.3.2](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.3.1...swiftide-v0.3.2) - 2024-06-16 ### Added - _(integrations)_ qdrant and openai builder should be consistent ([#52](https://github.com/bosun-ai/swiftide/pull/52)) -## swiftide - [0.3.1](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.3.0...swiftide-v0.3.1) - 2024-06-15 +## `swiftide` - [0.3.1](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.3.0...swiftide-v0.3.1) - 2024-06-15 ### Other - Fixing some grammar typos on README.md ([#51](https://github.com/bosun-ai/swiftide/pull/51)) - we love feedback <3 -## swiftide - [0.3.0](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.2.1...swiftide-v0.3.0) - 2024-06-14 +## `swiftide` - [0.3.0](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.2.1...swiftide-v0.3.0) - 2024-06-14 ### Added @@ -43,14 +43,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - update linkedin link -## swiftide - [0.2.1](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.2.0...swiftide-v0.2.1) - 2024-06-13 +## `swiftide` - [0.2.1](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.2.0...swiftide-v0.2.1) - 2024-06-13 ### Other - fix documentation link - Add link to bosun -## swiftide - [0.2.0](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.1.0...swiftide-v0.2.0) - 2024-06-13 +## `swiftide` - [0.2.0](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.1.0...swiftide-v0.2.0) - 2024-06-13 ### Added @@ -65,28 +65,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update readme template links and fix template -- _(swiftide)_ documented file swiftide/src/integrations/openai/simple_prompt.rs ([#19](https://github.com/bosun-ai/swiftide/pull/19)) -- _(swiftide)_ documented file swiftide/src/transformers/metadata_qa_code.rs ([#34](https://github.com/bosun-ai/swiftide/pull/34)) -- _(swiftide)_ documented file swiftide/src/transformers/openai_embed.rs ([#35](https://github.com/bosun-ai/swiftide/pull/35)) -- _(swiftide)_ documented file swiftide/src/transformers/metadata_qa_text.rs ([#36](https://github.com/bosun-ai/swiftide/pull/36)) -- _(swiftide)_ documented file swiftide/src/transformers/chunk_code.rs ([#39](https://github.com/bosun-ai/swiftide/pull/39)) -- _(swiftide)_ documented file swiftide/src/loaders/mod.rs ([#40](https://github.com/bosun-ai/swiftide/pull/40)) -- _(swiftide)_ documented file swiftide/tests/ingestion_pipeline.rs ([#41](https://github.com/bosun-ai/swiftide/pull/41)) -- _(swiftide)_ documented file swiftide/src/integrations/treesitter/supported_languages.rs ([#26](https://github.com/bosun-ai/swiftide/pull/26)) -- _(swiftide)_ documented file swiftide/src/ingestion/mod.rs ([#28](https://github.com/bosun-ai/swiftide/pull/28)) -- _(swiftide)_ documented file swiftide/src/integrations/qdrant/ingestion_node.rs ([#20](https://github.com/bosun-ai/swiftide/pull/20)) -- _(swiftide)_ documented file swiftide/src/integrations/qdrant/mod.rs ([#22](https://github.com/bosun-ai/swiftide/pull/22)) -- _(swiftide)_ documented file swiftide/src/integrations/redis/mod.rs ([#23](https://github.com/bosun-ai/swiftide/pull/23)) -- _(swiftide)_ documented file swiftide/src/integrations/qdrant/persist.rs ([#24](https://github.com/bosun-ai/swiftide/pull/24)) -- _(swiftide)_ documented file swiftide/src/integrations/redis/node_cache.rs ([#29](https://github.com/bosun-ai/swiftide/pull/29)) -- _(swiftide)_ documented file swiftide/src/integrations/treesitter/splitter.rs ([#30](https://github.com/bosun-ai/swiftide/pull/30)) -- _(swiftide)_ documented file swiftide/src/integrations/openai/mod.rs ([#21](https://github.com/bosun-ai/swiftide/pull/21)) -- _(swiftide)_ documented file swiftide/src/ingestion/ingestion_node.rs ([#15](https://github.com/bosun-ai/swiftide/pull/15)) -- _(swiftide)_ documented file swiftide/src/ingestion/ingestion_stream.rs ([#16](https://github.com/bosun-ai/swiftide/pull/16)) -- _(swiftide)_ documented file swiftide/src/ingestion/ingestion_pipeline.rs ([#14](https://github.com/bosun-ai/swiftide/pull/14)) +- _(swiftide)_ documented file `swiftide`/src/integrations/openai/simple_prompt.rs ([#19](https://github.com/bosun-ai/swiftide/pull/19)) +- _(swiftide)_ documented file `swiftide`/src/transformers/metadata_qa_code.rs ([#34](https://github.com/bosun-ai/swiftide/pull/34)) +- _(swiftide)_ documented file `swiftide`/src/transformers/openai_embed.rs ([#35](https://github.com/bosun-ai/swiftide/pull/35)) +- _(swiftide)_ documented file `swiftide`/src/transformers/metadata_qa_text.rs ([#36](https://github.com/bosun-ai/swiftide/pull/36)) +- _(swiftide)_ documented file `swiftide`/src/transformers/chunk_code.rs ([#39](https://github.com/bosun-ai/swiftide/pull/39)) +- _(swiftide)_ documented file `swiftide`/src/loaders/mod.rs ([#40](https://github.com/bosun-ai/swiftide/pull/40)) +- _(swiftide)_ documented file `swiftide`/tests/ingestion_pipeline.rs ([#41](https://github.com/bosun-ai/swiftide/pull/41)) +- _(swiftide)_ documented file `swiftide`/src/integrations/treesitter/supported_languages.rs ([#26](https://github.com/bosun-ai/swiftide/pull/26)) +- _(swiftide)_ documented file `swiftide`/src/ingestion/mod.rs ([#28](https://github.com/bosun-ai/swiftide/pull/28)) +- _(swiftide)_ documented file `swiftide`/src/integrations/qdrant/ingestion_node.rs ([#20](https://github.com/bosun-ai/swiftide/pull/20)) +- _(swiftide)_ documented file `swiftide`/src/integrations/qdrant/mod.rs ([#22](https://github.com/bosun-ai/swiftide/pull/22)) +- _(swiftide)_ documented file `swiftide`/src/integrations/redis/mod.rs ([#23](https://github.com/bosun-ai/swiftide/pull/23)) +- _(swiftide)_ documented file `swiftide`/src/integrations/qdrant/persist.rs ([#24](https://github.com/bosun-ai/swiftide/pull/24)) +- _(swiftide)_ documented file `swiftide`/src/integrations/redis/node_cache.rs ([#29](https://github.com/bosun-ai/swiftide/pull/29)) +- _(swiftide)_ documented file `swiftide`/src/integrations/treesitter/splitter.rs ([#30](https://github.com/bosun-ai/swiftide/pull/30)) +- _(swiftide)_ documented file `swiftide`/src/integrations/openai/mod.rs ([#21](https://github.com/bosun-ai/swiftide/pull/21)) +- _(swiftide)_ documented file `swiftide`/src/ingestion/ingestion_node.rs ([#15](https://github.com/bosun-ai/swiftide/pull/15)) +- _(swiftide)_ documented file `swiftide`/src/ingestion/ingestion_stream.rs ([#16](https://github.com/bosun-ai/swiftide/pull/16)) +- _(swiftide)_ documented file `swiftide`/src/ingestion/ingestion_pipeline.rs ([#14](https://github.com/bosun-ai/swiftide/pull/14)) - release v0.1.0 ([#8](https://github.com/bosun-ai/swiftide/pull/8)) -## swiftide - [0.1.0](https://github.com/bosun-ai/swiftide/releases/tag/v0.1.0) - 2024-06-13 +## `swiftide` - [0.1.0](https://github.com/bosun-ai/swiftide/releases/tag/v0.1.0) - 2024-06-13 ### Added