Skip to content

Commit 6296669

Browse files
docs: Prepare for v0.4.0 release (#252)
1 parent 4178e59 commit 6296669

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog
22

3-
## Unreleased
3+
## v0.4.0
44

55
SCIP schema:
66

bindings/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scip"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = """

cmd/scip/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.3
1+
0.4.0

docs/CLI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ USAGE:
1818
scip [global options] command [command options] [arguments...]
1919
2020
VERSION:
21-
v0.3.3
21+
v0.4.0
2222
2323
DESCRIPTION:
2424
For more details, see the project README at:

0 commit comments

Comments
 (0)