Skip to content

Commit 2634447

Browse files
committed
Version 0.6.3
1 parent d221d63 commit 2634447

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased
22

3+
## 0.6.3 - 2022-08-20
4+
5+
- Reimplement copying.
6+
37
## 0.6.2 - 2022-08-09
48

59
- Fix global mprocs.yaml path when XDG_CONFIG_HOME env var is defined

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mprocs",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Run multiple processes in parallel",
55
"license": "MIT",
66
"repository": "github:pvolok/mprocs",

release.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SET VERSION=0.6.2
1+
SET VERSION=0.6.3
22

33
RMDIR /Q /S release || exit /b
44
MKDIR release\mprocs-%VERSION%-win64 || exit /b

src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mprocs"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = "TUI for running multiple processes"
55
repository = "https://github.com/pvolok/mprocs"
66
authors = ["Pavel Volokitin <[email protected]>"]

0 commit comments

Comments
 (0)