Skip to content

Commit

Permalink
updated CHANGELOG and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatychev committed Jul 16, 2021
1 parent 917adb2 commit d7e1ccd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### `0.7.3`:
* changed valid cut variable regex from `[A-Za-z_]` to `[A-Za-z_0-9]` as alpha _numerics_ were the intended format

#### `0.7.2`:
* migrated `cargho` back to `argh` since new version was released

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darkroom"
version = "0.7.2"
version = "0.7.3"
description = "A contract testing tool built in Rust"
authors = ["Mikhail Katychev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion filmreel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "filmreel"
version = "0.6.1"
version = "0.6.2"
description = "filmReel parser for Rust"
authors = ["Mikhail Katychev <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit d7e1ccd

Please sign in to comment.