Skip to content

Commit d965f37

Browse files
committed
sim-rs: bump version to 1.0.0
1 parent 78c37f7 commit d965f37

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

sim-rs/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Changelog
22

3-
# Unreleased
3+
## v1.0.0
44

5-
## Linear Leios
5+
### Linear Leios
66

77
- Allow RBs to include EB certificates produced at least `L_diff` slots ago, instead of `L_vote + L_diff` slots ago. When `L_diff` is 0, this removes any direct time factor from the decision to include an EB cert.
88
- Add TXs to the mempool, even if they belong to an EB we've already seen.
99
- Support choosing attackers by selecting a fraction of stake
1010

11-
## Other
11+
### Other
1212

1313
- Add version number to the CLI tool's output.
1414

15-
# v0.1.0
15+
## v0.1.0
1616

1717
This version was arbitrarily chosen as the point to start tracking major changes to the simulation.

sim-rs/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sim-rs/sim-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sim-cli"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2024"
55
default-run = "sim-cli"
66
rust-version = "1.88"

sim-rs/sim-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sim-core"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2024"
55
rust-version = "1.88"
66

0 commit comments

Comments
 (0)