Skip to content

Commit

Permalink
Version 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Mar 29, 2024
1 parent 566089a commit cabc348
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.6.0] - 2024-03-29
### High-Level
There were a lot of large changes in this release. At a high level:

Expand Down Expand Up @@ -320,7 +320,7 @@ There were a lot of large changes in this release. At a high level:
- A Rust test runner that uses the clustered job runner: `cargo-metest`.
- A bunch of other library packages that are used internally.

[unreleased]: https://github.com/maelstrom-software/maelstrom/compare/v0.5.0...HEAD
[0.6.0]: https://github.com/maelstrom-software/maelstrom/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/maelstrom-software/maelstrom/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/maelstrom-software/maelstrom/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/maelstrom-software/maelstrom/compare/v0.2.0...v0.3.0
Expand Down
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ homepage = "https://github.com/maelstrom-software/maelstrom"
license = "MIT OR Apache-2.0"
repository = "https://github.com/maelstrom-software/maelstrom"
rust-version = "1.75"
version = "0.6.0-dev"
version = "0.6.0"

[workspace.dependencies]
anstyle = "1.0.6"
Expand Down Expand Up @@ -68,23 +68,23 @@ itertools = "0.10.5"
lddtree = "0.3"
libc = "0.2"
lru = "0.12"
maelstrom-base = { version = "0.6.0-dev", path = "crates/maelstrom-base" }
maelstrom-broker = { version = "0.6.0-dev", path = "crates/maelstrom-broker" }
maelstrom-client = { version = "0.6.0-dev", path = "crates/maelstrom-client" }
maelstrom-client-base = { version = "0.6.0-dev", path = "crates/maelstrom-client-base" }
maelstrom-client-process = { version = "0.6.0-dev", path = "crates/maelstrom-client-process" }
maelstrom-container = { version = "0.6.0-dev", path = "crates/maelstrom-container" }
maelstrom-fuse = { version = "0.6.0-dev", path = "crates/maelstrom-fuse" }
maelstrom-layer-fs = { version = "0.6.0-dev", path = "crates/maelstrom-layer-fs" }
maelstrom-linux = { version = "0.6.0-dev", path = "crates/maelstrom-linux" }
maelstrom-macro = { version = "0.6.0-dev", path = "crates/maelstrom-macro" }
maelstrom-plot = { version = "0.6.0-dev", path = "crates/maelstrom-plot" }
maelstrom-simex = { version = "0.6.0-dev", path = "crates/maelstrom-simex" }
maelstrom-test = { version = "0.6.0-dev", path = "crates/maelstrom-test" }
maelstrom-util = { version = "0.6.0-dev", path = "crates/maelstrom-util" }
maelstrom-web = { version = "0.6.0-dev", path = "crates/maelstrom-web" }
maelstrom-worker = { version = "0.6.0-dev", path = "crates/maelstrom-worker" }
maelstrom-worker-child = { version = "0.6.0-dev", path = "crates/maelstrom-worker-child" }
maelstrom-base = { version = "0.6.0", path = "crates/maelstrom-base" }
maelstrom-broker = { version = "0.6.0", path = "crates/maelstrom-broker" }
maelstrom-client = { version = "0.6.0", path = "crates/maelstrom-client" }
maelstrom-client-base = { version = "0.6.0", path = "crates/maelstrom-client-base" }
maelstrom-client-process = { version = "0.6.0", path = "crates/maelstrom-client-process" }
maelstrom-container = { version = "0.6.0", path = "crates/maelstrom-container" }
maelstrom-fuse = { version = "0.6.0", path = "crates/maelstrom-fuse" }
maelstrom-layer-fs = { version = "0.6.0", path = "crates/maelstrom-layer-fs" }
maelstrom-linux = { version = "0.6.0", path = "crates/maelstrom-linux" }
maelstrom-macro = { version = "0.6.0", path = "crates/maelstrom-macro" }
maelstrom-plot = { version = "0.6.0", path = "crates/maelstrom-plot" }
maelstrom-simex = { version = "0.6.0", path = "crates/maelstrom-simex" }
maelstrom-test = { version = "0.6.0", path = "crates/maelstrom-test" }
maelstrom-util = { version = "0.6.0", path = "crates/maelstrom-util" }
maelstrom-web = { version = "0.6.0", path = "crates/maelstrom-web" }
maelstrom-worker = { version = "0.6.0", path = "crates/maelstrom-worker" }
maelstrom-worker-child = { version = "0.6.0", path = "crates/maelstrom-worker-child" }
maplit = "1"
memchr = "2"
netlink-packet-core = "0.7"
Expand Down

0 comments on commit cabc348

Please sign in to comment.