Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
xldenis committed Oct 27, 2024
1 parent 04804d5 commit ccc2f16
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 33 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Creusot is currently best suited for the verification of code like data-structur
**Creusot is still very experimental software, you should expect some obscure crashes and missing features.**

<!-- next-header -->
## [Unreleased] - ReleaseDate

## [Unreleased] - ReleaseDate
## [0.3.0] - 2024-10-27

### Cargo Creusot

Expand Down
26 changes: 13 additions & 13 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ split-debuginfo = "off"

[workspace.metadata.release]
shared-version = true
tag-name = "v{{version}}"
tag-name = "v{{version}}"
2 changes: 1 addition & 1 deletion cargo-creusot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-creusot"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion creusot-args/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot-args"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion creusot-contracts-dummy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot-contracts-dummy"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
homepage = "https://github.com/creusot-rs/creusot"
license = "LGPL-2.1-or-later"
Expand Down
4 changes: 2 additions & 2 deletions creusot-contracts-proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot-contracts-proc"
version = "0.2.0"
version = "0.3.0"
authors = ["Xavier Denis <xldenis@gmail.com>"]
edition = "2018"
repository = "https://github.com/creusot-rs/creusot"
Expand All @@ -14,7 +14,7 @@ proc-macro = true
[dependencies]
quote = "1.0.35"
uuid = { version = "1.3", features = ["v4"] }
pearlite-syn = { version = "0.2", path = "../pearlite-syn", features = ["full"] }
pearlite-syn = { version = "0.3", path = "../pearlite-syn", features = ["full"] }
syn = { version = "2.0.15"}
proc-macro2 = "1.0.29"

8 changes: 4 additions & 4 deletions creusot-contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot-contracts"
version = "0.2.0"
version = "0.3.0"
authors = ["Xavier Denis <xldenis@gmail.com>"]
edition = "2018"
homepage = "https://github.com/creusot-rs/creusot"
Expand All @@ -10,8 +10,8 @@ description = "Provides contracts and logic helpers for Creusot"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
creusot-contracts-proc = { path = "../creusot-contracts-proc", version = "0.2.0" }
creusot-contracts-dummy = { path = "../creusot-contracts-dummy", version = "0.2.0" }
creusot-contracts-proc = { path = "../creusot-contracts-proc", version = "0.3.0" }
creusot-contracts-dummy = { path = "../creusot-contracts-dummy", version = "0.3.0" }
num-rational = "0.3.2"

[features]
Expand All @@ -21,4 +21,4 @@ contracts = []


[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(creusot)'] }
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(creusot)'] }
2 changes: 1 addition & 1 deletion creusot-dev-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot-dev-config"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion creusot-metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot-metadata"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions creusot-rustc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "creusot-rustc"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde_json = { version = "1.0" }
creusot = { path = "../creusot", version = "0.2" }
creusot = { path = "../creusot", version = "0.3" }
toml = "0.5.8"
env_logger = "0.10"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion creusot-setup/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot-setup"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion creusot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot"
version = "0.2.0"
version = "0.3.0"
authors = ["Xavier Denis <xldenis@gmail.com>"]
edition = "2021"
license = "LGPL-2.1-or-later"
Expand Down
2 changes: 1 addition & 1 deletion pearlite-syn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pearlite-syn"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/creusot-rs/creusot"
Expand Down
2 changes: 1 addition & 1 deletion why3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "why3"
version = "0.2.0"
version = "0.3.0"
authors = ["Xavier Denis <xldenis@gmail.com>"]
edition = "2021"
repository = "https://github.com/creusot-rs/creusot"
Expand Down
2 changes: 1 addition & 1 deletion why3tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "why3tests"
version = "0.2.0"
version = "0.3.0"
edition = "2018"
publish = false

Expand Down

0 comments on commit ccc2f16

Please sign in to comment.