Would add the following to first/Cargo.toml: 1.1.0
Would add files to git:
  first/Cargo.toml
Would add the following to second/Cargo.toml: 0.1.1
Would add files to git:
  second/Cargo.toml
Would run git commit -m "chore: prepare releases" && git push
Would create a release on GitHub with name first-package 1.1.0 ([DATE]) and tag first-package/v1.1.0 and body:
## Features

### Existing Feature

### New Feature
Would create a release on GitHub with name second-package 0.1.1 ([DATE]) and tag second-package/v0.1.1 and body:
## Features

### Existing Feature

### New Feature
