From 08ac322483be25f632a70c6325a27e82c402634c Mon Sep 17 00:00:00 2001
From: semantic-release-bot
Date: Fri, 20 Sep 2024 04:37:11 +0000
Subject: [PATCH] chore(release): 1.12.1 [skip ci]
## [1.12.1](https://github.com/dev-cycles/contextive/compare/v1.12.0...v1.12.1) (2024-09-20)
### Bug Fixes
* **intellij:** Add support for 2024.3 ([430cfec](https://github.com/dev-cycles/contextive/commit/430cfecce0aa4a85cfeabae018250996985ca48c))
---
src/LAST_RELEASE_NOTES.md | 11 ++-----
src/intellij/contextive/build.gradle.kts | 2 +-
.../src/main/resources/META-INF/plugin.xml | 31 +++++++++++--------
.../Contextive.LanguageServer.fsproj | 2 +-
.../contextive/ContextiveExtension.cs | 2 +-
.../contextive/contextive/README.md | 26 ++++++++--------
.../contextive/contextive/contextive.csproj | 2 +-
src/vscode/contextive/CHANGELOG.md | 7 +++++
src/vscode/contextive/package-lock.json | 4 +--
src/vscode/contextive/package.json | 2 +-
10 files changed, 47 insertions(+), 42 deletions(-)
diff --git a/src/LAST_RELEASE_NOTES.md b/src/LAST_RELEASE_NOTES.md
index 29ee527..5978237 100644
--- a/src/LAST_RELEASE_NOTES.md
+++ b/src/LAST_RELEASE_NOTES.md
@@ -1,16 +1,9 @@
-# [1.12.0](https://github.com/dev-cycles/contextive/compare/v1.11.1...v1.12.0) (2024-09-04)
+## [1.12.1](https://github.com/dev-cycles/contextive/compare/v1.12.0...v1.12.1) (2024-09-20)
### Bug Fixes
-* **intellij:** Add support for 2042.2 series of intellij platform ([08308bf](https://github.com/dev-cycles/contextive/commit/08308bff2056fd1af764d88649de7fe90b8516b1))
+* **intellij:** Add support for 2024.3 ([430cfec](https://github.com/dev-cycles/contextive/commit/430cfecce0aa4a85cfeabae018250996985ca48c))
-### Features
-* **language-server:** Add support for LSP Clients that only support rootUri and not workspaces (e.g. Visual Studio) ([7fe11b3](https://github.com/dev-cycles/contextive/commit/7fe11b3831d6f8b8f86d1d10817c7ba50a0163c0))
-* **language-server:** Add yaml schema for definitions file ([#74](https://github.com/dev-cycles/contextive/issues/74)) ([65ec44a](https://github.com/dev-cycles/contextive/commit/65ec44a16de20357b69d1662cfc70521298287da))
-* **language-server:** Only use 'window/showMessage' if it is supported by the LanguageClient (e.g. Visual Studio does not support it) ([965cb30](https://github.com/dev-cycles/contextive/commit/965cb30539ea05357dfd6cdf4e2bb44406d8a16c))
-* **language-server:** validate definitions file for missing term names ([0fb0978](https://github.com/dev-cycles/contextive/commit/0fb0978640f594843d1f8ff25959ea3d0bf729ae))
-* **visual-studio:** Add Visual Studio integration ([b052a82](https://github.com/dev-cycles/contextive/commit/b052a82df7df39d518760f8dfcae84771505262f)), closes [#28](https://github.com/dev-cycles/contextive/issues/28)
-* **vscode:** Publish to Open-Vsx Marketplace (closes [#80](https://github.com/dev-cycles/contextive/issues/80)) ([2d23775](https://github.com/dev-cycles/contextive/commit/2d23775c6c99468319fdf68d7bad2b1997fad883))
\ No newline at end of file
diff --git a/src/intellij/contextive/build.gradle.kts b/src/intellij/contextive/build.gradle.kts
index d6b4699..fdd5c51 100644
--- a/src/intellij/contextive/build.gradle.kts
+++ b/src/intellij/contextive/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
}
group = "tech.contextive"
-version = "1.12.0"
+version = "1.12.1"
repositories {
mavenCentral()
diff --git a/src/intellij/contextive/src/main/resources/META-INF/plugin.xml b/src/intellij/contextive/src/main/resources/META-INF/plugin.xml
index a44fb4e..98503c4 100644
--- a/src/intellij/contextive/src/main/resources/META-INF/plugin.xml
+++ b/src/intellij/contextive/src/main/resources/META-INF/plugin.xml
@@ -22,10 +22,10 @@ This plugin is considered 'beta' status, as leverages relatively new known issues below
Installation
-See IntelliJ IDEs (e.g. IDEA) Installation Instructions.
+See IntelliJ IDEs (e.g. IDEA) Installation Instructions.
Getting Started
Create a folder in your project root called .contextive
. Create a file in that folder called definitions.yml
.
-Start defining your definitions following the schema specified in our usage guide. You might like to start by copying our default definitions file that defines the terms used in the definitions file itself.
+Start defining your definitions following the schema specified in our usage guide. You might like to start by copying our default definitions file that defines the terms used in the definitions file itself.
Supported IDEs
The plugin uses the IntelliJ Language Server Protocol support, so it's only available in the IDEs where that feature is offered. See the JetBrains LSP Documentation for the latest list.
At time of writing, it includes:
@@ -44,10 +44,10 @@ This plugin is considered 'beta' status, as leverages relatively new usage guide for details on the definitions file format and available options.
+See our usage guide for details on the definitions file format and available options.
Features
-- Auto-complete from your Contextive Definitions
+
- Auto-complete from your Contextive Definitions
- Shows definitions in auto-complete details
@@ -58,19 +58,19 @@ This plugin is considered 'beta' status, as leverages relatively new suffixes & prefixes
-- Hover over usage of multiple terms combined using camelCase, PascalCase and snake_case
-- Hover over multi-word terms
-- Hover over plural of defined terms
-- Hover over aliases of defined terms
+- Hover over elements with suffixes & prefixes
+- Hover over usage of multiple terms combined using camelCase, PascalCase and snake_case
+- Hover over multi-word terms
+- Hover over plural of defined terms
+- Hover over aliases of defined terms
- Supported Repository Layouts:
- Works in all files
@@ -98,6 +98,11 @@ This plugin is considered 'beta' status, as leverages relatively new 1.12.1 (2024-09-20)
+Bug Fixes
+
+- intellij: Add support for 2024.3 (430cfec)
+
1.12.0 (2024-09-04)
Bug Fixes
diff --git a/src/language-server/Contextive.LanguageServer/Contextive.LanguageServer.fsproj b/src/language-server/Contextive.LanguageServer/Contextive.LanguageServer.fsproj
index 8fcaa1d..c2186bc 100644
--- a/src/language-server/Contextive.LanguageServer/Contextive.LanguageServer.fsproj
+++ b/src/language-server/Contextive.LanguageServer/Contextive.LanguageServer.fsproj
@@ -6,7 +6,7 @@
3390;$(WarnOn)
- 1.12.0
+ 1.12.1
Chris Simon
Dev Cycles
diff --git a/src/visualstudio/contextive/contextive/ContextiveExtension.cs b/src/visualstudio/contextive/contextive/ContextiveExtension.cs
index 6133e88..35176ef 100644
--- a/src/visualstudio/contextive/contextive/ContextiveExtension.cs
+++ b/src/visualstudio/contextive/contextive/ContextiveExtension.cs
@@ -21,7 +21,7 @@ internal class ContextiveExtension : Extension
InstallationTargetArchitecture = VisualStudioArchitecture.Amd64,
Icon = "contextive.png",
License = "LICENSE",
- ReleaseNotes = "https://github.com/dev-cycles/contextive/releases/tag/v1.12.0",
+ ReleaseNotes = "https://github.com/dev-cycles/contextive/releases/tag/v1.12.1",
Tags = ["DDD", "Dictionary", "Domain-Driven Design", "Domain Modelling", "Knowledge Management"]
}
};
diff --git a/src/visualstudio/contextive/contextive/README.md b/src/visualstudio/contextive/contextive/README.md
index 0ee7337..7d1d2d0 100644
--- a/src/visualstudio/contextive/contextive/README.md
+++ b/src/visualstudio/contextive/contextive/README.md
@@ -12,37 +12,37 @@ It should help new team members get up to speed more quickly in understanding do
>
> The main issue for most use cases is that the extension doesn't work when opening a solution file, only when opening a folder. See [Issue #75](https://github.com/dev-cycles/contextive/issues/75) for details.
>
-> See [known issues](https://github.com/dev-cycles/contextive/blob/v1.12.0/src/visualstudio/contextive/contextive/README.md#known-issues) for others.
+> See [known issues](https://github.com/dev-cycles/contextive/blob/v1.12.1/src/visualstudio/contextive/contextive/README.md#known-issues) for others.
## Installation
-See [Visual Studio Instructions](https://github.com/dev-cycles/contextive/blob/v1.12.0/docs/wiki/INSTALLATION.md#visual-studio-2022).
+See [Visual Studio Instructions](https://github.com/dev-cycles/contextive/blob/v1.12.1/docs/wiki/INSTALLATION.md#visual-studio-2022).
## Getting Started
Create a folder in your project root called `.contextive`. Create a file in that folder called `definitions.yml`.
-Start defining your definitions following the schema specified in our [usage guide](https://github.com/dev-cycles/contextive/blob/v1.12.0/docs/wiki/USAGE.md). You might like to start by copying our [default definitions](https://github.com/dev-cycles/contextive/blob/v1.12.0/src/language-server/Contextive.LanguageServer.Tests/DefinitionsInitializationTests.Default%20Definitions.verified.txt) file that defines the terms used in the definitions file itself.
+Start defining your definitions following the schema specified in our [usage guide](https://github.com/dev-cycles/contextive/blob/v1.12.1/docs/wiki/USAGE.md). You might like to start by copying our [default definitions](https://github.com/dev-cycles/contextive/blob/v1.12.1/src/language-server/Contextive.LanguageServer.Tests/DefinitionsInitializationTests.Default%20Definitions.verified.txt) file that defines the terms used in the definitions file itself.
## Usage Guide
-See our [usage guide](https://github.com/dev-cycles/contextive/blob/v1.12.0/docs/wiki/USAGE.md) for details on the definitions file format and available options.
+See our [usage guide](https://github.com/dev-cycles/contextive/blob/v1.12.1/docs/wiki/USAGE.md) for details on the definitions file format and available options.
## Features
* Initialize your Contextive Definitions
-* [Auto-complete](https://github.com/dev-cycles/contextive/blob/v1.12.0/docs/wiki/USAGE.md#smart-auto-complete) from your Contextive Definitions
+* [Auto-complete](https://github.com/dev-cycles/contextive/blob/v1.12.1/docs/wiki/USAGE.md#smart-auto-complete) from your Contextive Definitions
* Shows definitions in auto-complete details
* Hover to show definitions from your Contextive Definitions
- * Hover over elements with [suffixes & prefixes](https://github.com/dev-cycles/contextive/blob/v1.12.0/docs/wiki/USAGE.md#suffixes-and-prefixes)
- * Hover over usage of [multiple terms](https://github.com/dev-cycles/contextive/blob/v1.12.0/docs/wiki/USAGE.md#combining-two-or-more-terms) combined using camelCase, PascalCase and snake_case
- * Hover over [multi-word](https://github.com/dev-cycles/contextive/blob/v1.12.0/docs/wiki/USAGE.md#multi-word-terms) terms
- * Hover over [plural](https://github.com/dev-cycles/contextive/blob/v1.12.0/docs/wiki/USAGE.md#plural-words) of defined terms
- * Hover over [aliases](https://github.com/dev-cycles/contextive/blob/v1.12.0/docs/wiki/USAGE.md#term-aliases) of defined terms
+ * Hover over elements with [suffixes & prefixes](https://github.com/dev-cycles/contextive/blob/v1.12.1/docs/wiki/USAGE.md#suffixes-and-prefixes)
+ * Hover over usage of [multiple terms](https://github.com/dev-cycles/contextive/blob/v1.12.1/docs/wiki/USAGE.md#combining-two-or-more-terms) combined using camelCase, PascalCase and snake_case
+ * Hover over [multi-word](https://github.com/dev-cycles/contextive/blob/v1.12.1/docs/wiki/USAGE.md#multi-word-terms) terms
+ * Hover over [plural](https://github.com/dev-cycles/contextive/blob/v1.12.1/docs/wiki/USAGE.md#plural-words) of defined terms
+ * Hover over [aliases](https://github.com/dev-cycles/contextive/blob/v1.12.1/docs/wiki/USAGE.md#term-aliases) of defined terms
* Supported Repository Layouts:
- * A [repository per context](https://github.com/dev-cycles/contextive/blob/v1.12.0/docs/wiki/USAGE.md#multiple-bounded-contexts-repository-per-context)
- * [Multiple contexts in the same repository](https://github.com/dev-cycles/contextive/blob/v1.12.0/docs/wiki/USAGE.md#multiple-bounded-contexts-single-repository-single-root-monorepo) (monorepo) (identified by path globs)
- * Context distributed over [multiple repositories](https://github.com/dev-cycles/contextive/blob/v1.12.0/docs/wiki/USAGE.md#single-bounded-context-multiple-repositories) ([#36](https://github.com/dev-cycles/contextive/issues/36))
+ * A [repository per context](https://github.com/dev-cycles/contextive/blob/v1.12.1/docs/wiki/USAGE.md#multiple-bounded-contexts-repository-per-context)
+ * [Multiple contexts in the same repository](https://github.com/dev-cycles/contextive/blob/v1.12.1/docs/wiki/USAGE.md#multiple-bounded-contexts-single-repository-single-root-monorepo) (monorepo) (identified by path globs)
+ * Context distributed over [multiple repositories](https://github.com/dev-cycles/contextive/blob/v1.12.1/docs/wiki/USAGE.md#single-bounded-context-multiple-repositories) ([#36](https://github.com/dev-cycles/contextive/issues/36))
### Coming Soon
diff --git a/src/visualstudio/contextive/contextive/contextive.csproj b/src/visualstudio/contextive/contextive/contextive.csproj
index 7fc4d1f..06f6696 100644
--- a/src/visualstudio/contextive/contextive/contextive.csproj
+++ b/src/visualstudio/contextive/contextive/contextive.csproj
@@ -3,7 +3,7 @@
net8.0-windows7.0
enable
enable
- 1.12.0
+ 1.12.1
diff --git a/src/vscode/contextive/CHANGELOG.md b/src/vscode/contextive/CHANGELOG.md
index 9bab9e9..c219641 100644
--- a/src/vscode/contextive/CHANGELOG.md
+++ b/src/vscode/contextive/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## [1.12.1](https://github.com/dev-cycles/contextive/compare/v1.12.0...v1.12.1) (2024-09-20)
+
+
+### Bug Fixes
+
+* **intellij:** Add support for 2024.3 ([430cfec](https://github.com/dev-cycles/contextive/commit/430cfecce0aa4a85cfeabae018250996985ca48c))
+
# [1.12.0](https://github.com/dev-cycles/contextive/compare/v1.11.1...v1.12.0) (2024-09-04)
diff --git a/src/vscode/contextive/package-lock.json b/src/vscode/contextive/package-lock.json
index 0797f56..05924aa 100644
--- a/src/vscode/contextive/package-lock.json
+++ b/src/vscode/contextive/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contextive",
- "version": "1.12.0",
+ "version": "1.12.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "contextive",
- "version": "1.12.0",
+ "version": "1.12.1",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"vscode-languageclient": "^9.0.1"
diff --git a/src/vscode/contextive/package.json b/src/vscode/contextive/package.json
index debc23e..4df6594 100644
--- a/src/vscode/contextive/package.json
+++ b/src/vscode/contextive/package.json
@@ -2,7 +2,7 @@
"name": "contextive",
"displayName": "Contextive",
"description": "Supports developers where a complex domain or project specific language is in use by surfacing definitions everywhere specific words are used - code, comments, config or documentation.",
- "version": "1.12.0",
+ "version": "1.12.1",
"publisher": "devcycles",
"license": "SEE LICENSE IN LICENSE",
"icon": "images/contextive.png",