Skip to content

Commit c098494

Browse files
committed
Version 0.5.0
1 parent be60b29 commit c098494

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.5.0] - 2024-02-08
99

1010
### General
1111

@@ -229,7 +229,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
229229
- A Rust test runner that uses the clustered job runner: `cargo-metest`.
230230
- A bunch of other library packages that are used internally.
231231

232-
[unreleased]: https://github.com/maelstrom-software/maelstrom/compare/v0.4.0...HEAD
232+
[0.5.0]: https://github.com/maelstrom-software/maelstrom/compare/v0.4.0...v0.5.0
233233
[0.4.0]: https://github.com/maelstrom-software/maelstrom/compare/v0.3.0...v0.4.0
234234
[0.3.0]: https://github.com/maelstrom-software/maelstrom/compare/v0.2.0...v0.3.0
235235
[0.2.0]: https://github.com/maelstrom-software/maelstrom/compare/v0.1.0...v0.2.0

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ homepage = "https://github.com/maelstrom-software/maelstrom"
1515
license = "MIT OR Apache-2.0"
1616
repository = "https://github.com/maelstrom-software/maelstrom"
1717
rust-version = "1.75"
18-
version = "0.5.0-dev"
18+
version = "0.5.0"
1919

2020
[workspace.dependencies]
2121
anyhow = "1.0.71"
@@ -60,17 +60,17 @@ itertools = "0.10.5"
6060
lddtree = "0.3"
6161
libc = "0.2"
6262
maplit = "1"
63-
maelstrom-base = { version = "0.5.0-dev", path = "crates/maelstrom-base" }
64-
maelstrom-broker = { version = "0.5.0-dev", path = "crates/maelstrom-broker" }
65-
maelstrom-client = { version = "0.5.0-dev", path = "crates/maelstrom-client" }
66-
maelstrom-container = { version = "0.5.0-dev", path = "crates/maelstrom-container" }
67-
maelstrom-linux = { version = "0.5.0-dev", path = "crates/maelstrom-linux" }
68-
maelstrom-plot = { version = "0.5.0-dev", path = "crates/maelstrom-plot" }
69-
maelstrom-test = { version = "0.5.0-dev", path = "crates/maelstrom-test" }
70-
maelstrom-util = { version = "0.5.0-dev", path = "crates/maelstrom-util" }
71-
maelstrom-web = { version = "0.5.0-dev", path = "crates/maelstrom-web" }
72-
maelstrom-worker = { version = "0.5.0-dev", path = "crates/maelstrom-worker" }
73-
maelstrom-worker-child = { version = "0.5.0-dev", path = "crates/maelstrom-worker-child" }
63+
maelstrom-base = { version = "0.5.0", path = "crates/maelstrom-base" }
64+
maelstrom-broker = { version = "0.5.0", path = "crates/maelstrom-broker" }
65+
maelstrom-client = { version = "0.5.0", path = "crates/maelstrom-client" }
66+
maelstrom-container = { version = "0.5.0", path = "crates/maelstrom-container" }
67+
maelstrom-linux = { version = "0.5.0", path = "crates/maelstrom-linux" }
68+
maelstrom-plot = { version = "0.5.0", path = "crates/maelstrom-plot" }
69+
maelstrom-test = { version = "0.5.0", path = "crates/maelstrom-test" }
70+
maelstrom-util = { version = "0.5.0", path = "crates/maelstrom-util" }
71+
maelstrom-web = { version = "0.5.0", path = "crates/maelstrom-web" }
72+
maelstrom-worker = { version = "0.5.0", path = "crates/maelstrom-worker" }
73+
maelstrom-worker-child = { version = "0.5.0", path = "crates/maelstrom-worker-child" }
7474
netlink-packet-core = "0.7"
7575
netlink-packet-route = "0.17"
7676
nonempty = { version = "0.8.1", features = ["serialize"] }

0 commit comments

Comments
 (0)