Skip to content

Commit

Permalink
Release v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Feb 25, 2021
1 parent 9f93526 commit d13a85c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 49 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## [Unreleased]
## [0.8.6] - 2021-02-25Z

### Added

- Added [`SystemTestCases` variant](https://github.com/qryxip/cargo-compete#extendsystemtestcases) to `extend` in test suite files. ([qryxip/snowchains#131](https://github.com/qryxip/snowchains/pull/131))
- Added [`SystemTestCases` variant](https://github.com/qryxip/cargo-compete#extendsystemtestcases) to `extend` in test suite files. ([qryxip/snowchains#131](https://github.com/qryxip/snowchains/pull/131), [#138](https://github.com/qryxip/cargo-compete/pull/138))

System test cases are stored under <code>[{ cache directory }](https://docs.rs/dirs-next/2/dirs_next/fn.cache_dir.html)/cargo-compete/system-test-cases</code>.
They are automatically downloaded if missing when `test`ing code.
Expand All @@ -17,7 +17,7 @@
### Changed
- `cargo compete test` command without `--full` option will append `{ type: Text, ... }` to `extend` and will create empty `in` and `out` directories.
- `cargo compete test` command without `--full` option will append `{ type: Text, ... }` to `extend` and will create empty `in` and `out` directories. ([#138](https://github.com/qryxip/cargo-compete/pull/138))

```console
❯ cargo compete n arc110 --problems a
Expand Down Expand Up @@ -58,11 +58,11 @@
out: /out/*.txt
```

- `SystemTestCases` will be used for `--full` option.
- `SystemTestCases` will be used for `--full` option. ([#138](https://github.com/qryxip/cargo-compete/pull/138))

### Fixed

- Fixed a problem where `cargo compete download` command saves nothing.
- Fixed a problem where `cargo compete download` command saves nothing. ([#139](https://github.com/qryxip/cargo-compete/pull/139))

## [0.8.5] - 2021-02-23Z

Expand Down
48 changes: 5 additions & 43 deletions 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.8.5"
version = "0.8.6"
authors = ["Ryo Yamashita <qryxip@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit d13a85c

Please sign in to comment.