diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 0cad7b3..054c9f2 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -79,8 +79,6 @@ grep "BuildDate = " app/Infrastructure/BuildInfo.cs - Ensure both scripts are kept in sync regarding functionality and version numbers. - Both scripts MUST have identical version numbers at all times. -**Current version**: 2026.03.22 - ## Technology Stack - **CLI Binary**: .NET 10 Native AOT (self-contained, cross-platform) diff --git a/VERSION b/VERSION index e6d7895..1c1a6a7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2026.03.22 +2026.03.24 diff --git a/app/Infrastructure/BuildInfo.cs b/app/Infrastructure/BuildInfo.cs index 83d3c9b..814e3c8 100644 --- a/app/Infrastructure/BuildInfo.cs +++ b/app/Infrastructure/BuildInfo.cs @@ -10,5 +10,5 @@ public static class BuildInfo /// The build date in yyyy.MM.dd or yyyy.MM.dd.N format. /// This is replaced during build via MSBuild property. /// - public const string BuildDate = "2026.03.22"; + public const string BuildDate = "2026.03.24"; } diff --git a/copilot_here.ps1 b/copilot_here.ps1 index a4c6595..f4019f7 100644 --- a/copilot_here.ps1 +++ b/copilot_here.ps1 @@ -1,5 +1,5 @@ # copilot_here PowerShell functions -# Version: 2026.03.22 +# Version: 2026.03.24 # Repository: https://github.com/GordonBeeming/copilot_here # Set console output encoding to UTF-8 for Unicode character support @@ -23,7 +23,7 @@ $script:DefaultCopilotHereBin = Join-Path $script:DefaultCopilotHereBinDir $scri $script:CopilotHereBin = if ($env:COPILOT_HERE_BIN) { $env:COPILOT_HERE_BIN } else { $script:DefaultCopilotHereBin } $script:CopilotHereReleaseUrl = "https://github.com/GordonBeeming/copilot_here/releases/download/cli-latest" -$script:CopilotHereVersion = "2026.03.22" +$script:CopilotHereVersion = "2026.03.24" # Debug logging function function Write-CopilotDebug { diff --git a/copilot_here.sh b/copilot_here.sh index 61a31e0..6fa35bf 100755 --- a/copilot_here.sh +++ b/copilot_here.sh @@ -1,11 +1,11 @@ # copilot_here shell functions -# Version: 2026.03.22 +# Version: 2026.03.24 # Repository: https://github.com/GordonBeeming/copilot_here # Configuration COPILOT_HERE_BIN="${COPILOT_HERE_BIN:-$HOME/.local/bin/copilot_here}" COPILOT_HERE_RELEASE_URL="https://github.com/GordonBeeming/copilot_here/releases/download/cli-latest" -COPILOT_HERE_VERSION="2026.03.22" +COPILOT_HERE_VERSION="2026.03.24" # Ensure user bin directory is on PATH (required for the native binary + shell integration checks) if [ -d "$HOME/.local/bin" ]; then diff --git a/packaging/winget/GordonBeeming.CopilotHere.installer.yaml b/packaging/winget/GordonBeeming.CopilotHere.installer.yaml index eb4e289..a3d2823 100644 --- a/packaging/winget/GordonBeeming.CopilotHere.installer.yaml +++ b/packaging/winget/GordonBeeming.CopilotHere.installer.yaml @@ -1,5 +1,5 @@ PackageIdentifier: GordonBeeming.CopilotHere -PackageVersion: 2026.03.22 +PackageVersion: 2026.03.24 Installers: - Architecture: x64 InstallerType: zip diff --git a/packaging/winget/GordonBeeming.CopilotHere.locale.en-US.yaml b/packaging/winget/GordonBeeming.CopilotHere.locale.en-US.yaml index 011dff4..07c27ae 100644 --- a/packaging/winget/GordonBeeming.CopilotHere.locale.en-US.yaml +++ b/packaging/winget/GordonBeeming.CopilotHere.locale.en-US.yaml @@ -1,5 +1,5 @@ PackageIdentifier: GordonBeeming.CopilotHere -PackageVersion: 2026.03.22 +PackageVersion: 2026.03.24 PackageLocale: en-US Publisher: Gordon Beeming PackageName: copilot_here diff --git a/packaging/winget/GordonBeeming.CopilotHere.yaml b/packaging/winget/GordonBeeming.CopilotHere.yaml index 96febe6..697ddce 100644 --- a/packaging/winget/GordonBeeming.CopilotHere.yaml +++ b/packaging/winget/GordonBeeming.CopilotHere.yaml @@ -1,5 +1,5 @@ PackageIdentifier: GordonBeeming.CopilotHere -PackageVersion: 2026.03.22 +PackageVersion: 2026.03.24 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/proxy/Cargo.lock b/proxy/Cargo.lock index 2ed082e..12549d1 100644 --- a/proxy/Cargo.lock +++ b/proxy/Cargo.lock @@ -19,9 +19,9 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "aws-lc-rs" -version = "1.15.1" +version = "1.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b5ce75405893cd713f9ab8e297d8e438f624dde7d706108285f7e17a25a180f" +checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc" dependencies = [ "aws-lc-sys", "zeroize", @@ -29,9 +29,9 @@ dependencies = [ [[package]] name = "aws-lc-sys" -version = "0.34.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "179c3777a8b5e70e90ea426114ffc565b2c1a9f82f6c4a0c5a34aa6ef5e781b6" +checksum = "1fa7e52a4c5c547c741610a2c6f123f3881e409b714cd27e6798ef020c514f0a" dependencies = [ "cc", "cmake", @@ -373,9 +373,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.8" +version = "0.103.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" +checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" dependencies = [ "aws-lc-rs", "ring",