diff options
Diffstat (limited to 'CLI')
| -rw-r--r-- | CLI/rust/CHANGELOG.md | 4 | ||||
| -rw-r--r-- | CLI/rust/Cargo.lock | 2 | ||||
| -rw-r--r-- | CLI/rust/Cargo.toml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CLI/rust/CHANGELOG.md b/CLI/rust/CHANGELOG.md index cffbb35..2756bea 100644 --- a/CLI/rust/CHANGELOG.md +++ b/CLI/rust/CHANGELOG.md @@ -2,5 +2,5 @@ ## Unreleased -## 0.1.0-alpha -- Initial implementation of the CLI `-i file.txt` option and release. +## 1.0.0 +- Initial implementation of the CLI to match the ruby `1.0.5` gem specifications diff --git a/CLI/rust/Cargo.lock b/CLI/rust/Cargo.lock index 2ef9298..5fccadd 100644 --- a/CLI/rust/Cargo.lock +++ b/CLI/rust/Cargo.lock @@ -437,7 +437,7 @@ dependencies = [ [[package]] name = "terminal_game_of_life" -version = "0.1.0-alpha" +version = "1.0.0-pre" dependencies = [ "clap", "ctrlc", diff --git a/CLI/rust/Cargo.toml b/CLI/rust/Cargo.toml index 90153e5..116d762 100644 --- a/CLI/rust/Cargo.toml +++ b/CLI/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "terminal_game_of_life" -version = "0.1.0-alpha" +version = "1.0.0-pre" authors = ["a14m <[email protected]>"] edition = "2018" description = "Conway's game of life implementation as a CLI rust crate" |
