Would add the following to Cargo.toml: version = 1.1.0 Would delete .changeset/a_new_feature.md Would add the following to CHANGELOG.md: ## 1.1.0 ([DATE]) ### Features - A new feature Would add files to git: Cargo.toml .changeset/a_new_feature.md CHANGELOG.md