Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Nov 6, 2021
1 parent 396729e commit 94d19c6
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 60 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## [Unreleased]
## [0.10.0] - 2021-11-06Z

### Added

- Added `template.new.edition` field.
- Added `template.new.edition` field. ([#175](https://github.com/qryxip/cargo-compete/issues/175))

```toml
# `edition` for `Cargo.toml`.
Expand All @@ -24,9 +24,9 @@

### Fixed

- Updated the Rust versions for `cargo compete init`.
- Updated the Rust versions for `cargo compete init`. ([#175](https://github.com/qryxip/cargo-compete/issues/175))

- Inserts a newline between `bin` and `dependencies`.
- Inserts a newline between `bin` and `dependencies`. ([#175](https://github.com/qryxip/cargo-compete/issues/175))

```diff
[[bin]]
Expand Down
Loading

0 comments on commit 94d19c6

Please sign in to comment.