diff --git a/bindings/haskell/scip.cabal b/bindings/haskell/scip.cabal index 03dc9f8d..8ff3efc9 100644 --- a/bindings/haskell/scip.cabal +++ b/bindings/haskell/scip.cabal @@ -1,7 +1,7 @@ cabal-version: 3.6 name: scip -version: 0.8.0 +version: 0.8.1 synopsis: Haskell bindings for the SCIP code intelligence protocol description: SCIP (pronounced "skip") is a language-agnostic protocol for diff --git a/bindings/java/pom.xml b/bindings/java/pom.xml index 7ac10776..096b3102 100644 --- a/bindings/java/pom.xml +++ b/bindings/java/pom.xml @@ -6,7 +6,7 @@ org.scip-code scip-java-bindings - 0.8.0 + 0.8.1 jar scip-java-bindings diff --git a/bindings/kotlin/pom.xml b/bindings/kotlin/pom.xml index 1cf16e9b..c6587270 100644 --- a/bindings/kotlin/pom.xml +++ b/bindings/kotlin/pom.xml @@ -6,7 +6,7 @@ org.scip-code scip-kotlin-bindings - 0.8.0 + 0.8.1 jar scip-kotlin-bindings diff --git a/bindings/rust/Cargo.lock b/bindings/rust/Cargo.lock index 74465d17..4c5cb65d 100644 --- a/bindings/rust/Cargo.lock +++ b/bindings/rust/Cargo.lock @@ -64,7 +64,7 @@ dependencies = [ [[package]] name = "scip" -version = "0.8.0" +version = "0.8.1" dependencies = [ "pretty_assertions", "protobuf", diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 95aecba3..07edd9b0 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scip" -version = "0.8.0" +version = "0.8.1" edition = "2021" license = "Apache-2.0" description = """ diff --git a/bindings/typescript/package-lock.json b/bindings/typescript/package-lock.json index 949c2145..e12f4f4b 100644 --- a/bindings/typescript/package-lock.json +++ b/bindings/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scip-code/scip", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@scip-code/scip", - "version": "0.8.0", + "version": "0.8.1", "license": "Apache-2.0", "dependencies": { "@bufbuild/protobuf": "^2.11.0" diff --git a/bindings/typescript/package.json b/bindings/typescript/package.json index bd3f48a9..4936bdb1 100644 --- a/bindings/typescript/package.json +++ b/bindings/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@scip-code/scip", - "version": "0.8.0", + "version": "0.8.1", "description": "Generated TypeScript definitions for the Semantic Code Intelligence Protocol.", "repository": { "type": "git", diff --git a/checks.nix b/checks.nix index 8f61616c..b131bb01 100644 --- a/checks.nix +++ b/checks.nix @@ -146,7 +146,7 @@ pname = "scip-bindings-typescript"; inherit version; src = ./bindings/typescript; - npmDepsHash = "sha256-c+UXwcqJVmRvaIwmzjj42gbmu0X/iEUJUiTcqfXNDvg="; + npmDepsHash = "sha256-AjMpADlWjYUvhRryaduePi7h4bMHetdoHpedSsfmapM="; buildPhase = '' runHook preBuild npm run build diff --git a/cmd/scip/version.txt b/cmd/scip/version.txt index a3df0a69..6f4eebdf 100644 --- a/cmd/scip/version.txt +++ b/cmd/scip/version.txt @@ -1 +1 @@ -0.8.0 +0.8.1 diff --git a/docs/CLI.md b/docs/CLI.md index 283be605..69e3bc1f 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -18,7 +18,7 @@ USAGE: scip [global options] [command [command options]] VERSION: - v0.8.0 + v0.8.1 DESCRIPTION: For more details, see the project README at: @@ -122,7 +122,7 @@ DESCRIPTION: matches that specified in human-readable test files, using syntax similar to the 'snapshot' subcommand. Test file syntax reference: - https://github.com/scip-code/scip/blob/v0.8.0 + https://github.com/scip-code/scip/blob/v0.8.1 /docs/test_file_format.md The test files are located based on the relative_path field diff --git a/reprolang/package.json b/reprolang/package.json index 9fcdbbc0..ea11395f 100644 --- a/reprolang/package.json +++ b/reprolang/package.json @@ -1,4 +1,4 @@ { "name": "reprolang", - "version": "0.8.0" + "version": "0.8.1" }