Skip to content

Commit

Permalink
Version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pvolok committed Aug 19, 2022
1 parent d221d63 commit 2634447
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

## 0.6.3 - 2022-08-20

- Reimplement copying.

## 0.6.2 - 2022-08-09

- Fix global mprocs.yaml path when XDG_CONFIG_HOME env var is defined
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 npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mprocs",
"version": "0.6.2",
"version": "0.6.3",
"description": "Run multiple processes in parallel",
"license": "MIT",
"repository": "github:pvolok/mprocs",
Expand Down
2 changes: 1 addition & 1 deletion release.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET VERSION=0.6.2
SET VERSION=0.6.3

RMDIR /Q /S release || exit /b
MKDIR release\mprocs-%VERSION%-win64 || exit /b
Expand Down
2 changes: 1 addition & 1 deletion src/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mprocs"
version = "0.6.2"
version = "0.6.3"
description = "TUI for running multiple processes"
repository = "https://github.com/pvolok/mprocs"
authors = ["Pavel Volokitin <[email protected]>"]
Expand Down

0 comments on commit 2634447

Please sign in to comment.