Skip to content

Commit

Permalink
Merge pull request #207 from qryxip/release-v0.10.6
Browse files Browse the repository at this point in the history
Release v0.10.6
  • Loading branch information
qryxip committed Aug 13, 2023
2 parents dbe734b + 97fe916 commit f17c374
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## [Unreleased]
## [0.10.6] - 2023-08-13Z

### Changed

- Reworked the `submit` configuration.
- Reworked the `submit` configuration. ([#205](https://github.com/qryxip/cargo-compete/pull/205))

`submit.transpile` still works but is deprecated.

Expand Down Expand Up @@ -42,8 +42,7 @@

before `cargo compete new`.

Refer to [rust-lang-ja/atcoder-proposal@`202301-update-2023-07-17-freeze`](https://github.com/rust-lang-ja/atcoder-proposal/tree/202301-update-2023-07-17-freeze).
This repository should be used in the real AtCoder judge system.
Refer to [rust-lang-ja/atcoder-proposal@`202301-update-2023-07-17-freeze`](https://github.com/rust-lang-ja/atcoder-proposal/tree/202301-update-2023-07-17-freeze). This repository should be used in the real AtCoder judge system.

## [0.10.5] - 2023-08-12Z

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-compete"
version = "0.10.6-alpha.1"
version = "0.10.7-alpha.1"
authors = ["Ryo Yamashita <qryxip@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit f17c374

Please sign in to comment.