summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2022-03-10 01:21:49 -0800
committerGitHub <noreply@github.com>2022-03-10 09:21:49 +0000
commit599c4b29a63df4df3bf72359aab7d4d10a682164 (patch)
tree24407eb4e40e035d83c0173869a17cf549848d0d
parent72993539773ae8e6fc4ca76da10775eccb547c8d (diff)
Release 1.1.0 (#1128)1.1.0
- Bump version: 1.0.1 → 1.1.0 - Update changelog - Update dependencies - Update man page
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock14
-rw-r--r--Cargo.toml2
-rw-r--r--man/just.14
4 files changed, 17 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9be0a91a..412ebf1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
Changelog
=========
+[1.1.0](https://github.com/casey/just/releases/tag/1.1.0) - 2022-3-10
+---------------------------------------------------------------------
+
+### Added
+- Add `error()` function (#1118)
+- Add `absolute_path` function (#1121)
+
[1.0.1](https://github.com/casey/just/releases/tag/1.0.1) - 2022-2-28
---------------------------------------------------------------------
diff --git a/Cargo.lock b/Cargo.lock
index a56cd4d1..42e14879 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -233,7 +233,7 @@ checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
[[package]]
name = "just"
-version = "1.0.1"
+version = "1.1.0"
dependencies = [
"ansi_term",
"atty",
@@ -392,9 +392,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
-version = "0.2.10"
+version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
+checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
dependencies = [
"bitflags",
]
@@ -410,9 +410,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.5.4"
+version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
+checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
dependencies = [
"aho-corasick",
"memchr",
@@ -619,9 +619,9 @@ dependencies = [
[[package]]
name = "termcolor"
-version = "1.1.2"
+version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
+checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
diff --git a/Cargo.toml b/Cargo.toml
index 0bb86b52..88745037 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "1.0.1"
+version = "1.1.0"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "CC0-1.0"
diff --git a/man/just.1 b/man/just.1
index 955fc02b..2f6bf831 100644
--- a/man/just.1
+++ b/man/just.1
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
-.TH JUST "1" "February 2022" "just 1.0.1" "Just Manual"
+.TH JUST "1" "March 2022" "just 1.1.0" "Just Manual"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
-just 1.0.1
+just 1.1.0
\- Please see https://github.com/casey/just for more information.
.SS "USAGE:"
.IP