Skip to content

Commit

Permalink
Update CHANGELOG.md for version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Feb 8, 2024
1 parent c098494 commit 6285fe9
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 26 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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]
### General
#### Changed
#### Added
#### Removed
#### Fixed
### `cargo-maelstrom`
#### Changed
#### Added
#### Removed
#### Fixed

## [0.5.0] - 2024-02-08

### General
Expand Down Expand Up @@ -229,6 +241,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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.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
28 changes: 14 additions & 14 deletions Cargo.lock

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

24 changes: 12 additions & 12 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.5.0"
version = "0.6.0-dev"

[workspace.dependencies]
anyhow = "1.0.71"
Expand Down Expand Up @@ -60,17 +60,17 @@ itertools = "0.10.5"
lddtree = "0.3"
libc = "0.2"
maplit = "1"
maelstrom-base = { version = "0.5.0", path = "crates/maelstrom-base" }
maelstrom-broker = { version = "0.5.0", path = "crates/maelstrom-broker" }
maelstrom-client = { version = "0.5.0", path = "crates/maelstrom-client" }
maelstrom-container = { version = "0.5.0", path = "crates/maelstrom-container" }
maelstrom-linux = { version = "0.5.0", path = "crates/maelstrom-linux" }
maelstrom-plot = { version = "0.5.0", path = "crates/maelstrom-plot" }
maelstrom-test = { version = "0.5.0", path = "crates/maelstrom-test" }
maelstrom-util = { version = "0.5.0", path = "crates/maelstrom-util" }
maelstrom-web = { version = "0.5.0", path = "crates/maelstrom-web" }
maelstrom-worker = { version = "0.5.0", path = "crates/maelstrom-worker" }
maelstrom-worker-child = { version = "0.5.0", path = "crates/maelstrom-worker-child" }
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-container = { version = "0.6.0-dev", path = "crates/maelstrom-container" }
maelstrom-linux = { version = "0.6.0-dev", path = "crates/maelstrom-linux" }
maelstrom-plot = { version = "0.6.0-dev", path = "crates/maelstrom-plot" }
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" }
netlink-packet-core = "0.7"
netlink-packet-route = "0.17"
nonempty = { version = "0.8.1", features = ["serialize"] }
Expand Down

0 comments on commit 6285fe9

Please sign in to comment.