Skip to content

Commit

Permalink
(cargo-release) version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkley committed Jul 13, 2020
1 parent 0c7fdec commit ca25d89
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 61 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## Unreleased

## 1.2.0 (2020-07-13)

* Compatibility: the minimum supported Rust version is now 1.38.0, you will not be able to compile i3nator with older versions.

(Please note that this does not affect how or where you can run the pre-built binary.)
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 = "i3nator"
version = "1.2.0-rc.1"
version = "1.2.0"
edition = "2018"
authors = ["Pit Kleyersburg <pitkley@googlemail.com>"]
license = "MIT/Apache-2.0"
Expand Down
87 changes: 28 additions & 59 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ Following the usage of i3nator as of 1.1.0.

<!-- usage-main -->
```text
i3nator 1.2.0
Pit Kleyersburg <pitkley@googlemail.com>
i3nator is Tmuxinator for the i3 window manager

USAGE:
i3nator <SUBCOMMAND>

Expand All @@ -50,41 +54,18 @@ FLAGS:
-V, --version Prints version information

SUBCOMMANDS:
copy [FLAGS] <EXISTING> <NEW>
Copy an existing project to a new project

delete <NAME>...
Delete existing projects

edit [FLAGS] <NAME>
Open an existing project in your editor

help
Prints this message or the help of the given subcommand(s)

info <NAME>
Show information for the specified project

layout <SUBCOMMAND>
Manage layouts which can used in projects

list [FLAGS]
List all projects

local [OPTIONS]
Run a project from a local TOML-file

new [FLAGS] <NAME>
Create a new project and open it in your editor

rename [FLAGS] <CURRENT> <NEW>
Rename a project

start [OPTIONS] <NAME>
Start a project according to it's configuration

verify [NAME]...
Verify the configuration of the existing projects
copy Copy an existing project to a new project
delete Delete existing projects
edit Open an existing project in your editor
help Prints this message or the help of the given subcommand(s)
info Show information for the specified project
layout Manage layouts which can used in projects
list List all projects
local Run a project from a local TOML-file
new Create a new project and open it in your editor
rename Rename a project
start Start a project according to it's configuration
verify Verify the configuration of the existing projects
```
<!-- /usage-main -->

Expand All @@ -96,36 +77,24 @@ layouts:

<!-- usage-layout -->
```text
i3nator-layout 1.2.0
Manage layouts which can used in projects
USAGE:
i3nator layout <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-h, --help Prints help information
SUBCOMMANDS:
copy [FLAGS] <EXISTING> <NEW>
Copy an existing layout to a new layout
delete <NAME>...
Delete existing layouts
edit [FLAGS] <NAME>
Open an existing layout in your editor
help
Prints this message or the help of the given subcommand(s)
info <NAME>
Show information for the specified layout
list [FLAGS]
List all layouts
new [FLAGS] <NAME>
Create a new layout and open it in your editor
rename [FLAGS] <CURRENT> <NEW>
Rename a layout
copy Copy an existing layout to a new layout
delete Delete existing layouts
edit Open an existing layout in your editor
help Prints this message or the help of the given subcommand(s)
info Show information for the specified layout
list List all layouts
new Create a new layout and open it in your editor
rename Rename a layout
```
<!-- /usage-layout -->

Expand Down

0 comments on commit ca25d89

Please sign in to comment.