From 62966697fbeaccaaf87dab3870c85048d801ca68 Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Tue, 11 Jun 2024 20:13:47 +0800 Subject: [PATCH] docs: Prepare for v0.4.0 release (#252) --- CHANGELOG.md | 2 +- bindings/rust/Cargo.toml | 2 +- cmd/scip/version.txt | 2 +- docs/CLI.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41702b24..55d5b932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # ChangeLog -## Unreleased +## v0.4.0 SCIP schema: diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index b70fe512..5868569c 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scip" -version = "0.3.3" +version = "0.4.0" edition = "2021" license = "Apache-2.0" description = """ diff --git a/cmd/scip/version.txt b/cmd/scip/version.txt index 1c09c74e..60a2d3e9 100644 --- a/cmd/scip/version.txt +++ b/cmd/scip/version.txt @@ -1 +1 @@ -0.3.3 +0.4.0 \ No newline at end of file diff --git a/docs/CLI.md b/docs/CLI.md index 4316f704..56dd492e 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -18,7 +18,7 @@ USAGE: scip [global options] command [command options] [arguments...] VERSION: - v0.3.3 + v0.4.0 DESCRIPTION: For more details, see the project README at: