Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bindings/haskell/scip.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.scip-code</groupId>
<artifactId>scip-java-bindings</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
<packaging>jar</packaging>

<name>scip-java-bindings</name>
Expand Down
2 changes: 1 addition & 1 deletion bindings/kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.scip-code</groupId>
<artifactId>scip-kotlin-bindings</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
<packaging>jar</packaging>

<name>scip-kotlin-bindings</name>
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/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 bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scip"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license = "Apache-2.0"
description = """
Expand Down
4 changes: 2 additions & 2 deletions bindings/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/typescript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion checks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/scip/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
4 changes: 2 additions & 2 deletions docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion reprolang/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "reprolang",
"version": "0.8.0"
"version": "0.8.1"
}
Loading