Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.0 #1207

Merged
merged 1 commit into from
May 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Changelog
=========

[1.2.0](https://github.com/casey/just/releases/tag/1.2.0) - 2022-5-31
---------------------------------------------------------------------

### Added
- Add `windows-shell` setting (#1198)
- SHA-256 and UUID functions (#1170)

### Misc
- Translate editor support and quick start to Chinese (#1206)
- Translate first section of readme into Chinese (#1205)
- Fix a bunch of typos (#1204)
- Remove cargo-limit usage from justfile (#1199)
- Add nix package manager install instructions (#1194)
- Fix broken link in readme (#1183)
- Add screenshot to manual (#1181)
- Style homepage (#1180)
- Center readme (#1178)
- Style and add links to homepage (#1177)
- Fix readme badge links (#1176)
- Generate book from readme (#1155)

[1.1.3](https://github.com/casey/just/releases/tag/1.1.3) - 2022-5-3
--------------------------------------------------------------------

Expand Down
54 changes: 27 additions & 27 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 = "just"
version = "1.1.3"
version = "1.2.0"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <[email protected]>"]
license = "CC0-1.0"
Expand Down
4 changes: 2 additions & 2 deletions man/just.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH JUST "1" "May 2022" "just 1.1.3" "Just Manual"
.TH JUST "1" "May 2022" "just 1.2.0" "Just Manual"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
just 1.1.3
just 1.2.0
\- Please see https://github.com/casey/just for more information.
.SS "USAGE:"
.IP
Expand Down