summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--RELEASE_NOTES.md2
-rw-r--r--src/argparse.rs2
5 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9a4e5d6..c1d8fa5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
- cron: "0 0 * * *" # daily
jobs:
- mypy:
+ lint:
runs-on: ubuntu-latest
steps:
diff --git a/Cargo.lock b/Cargo.lock
index 5c7d131..e66de04 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -461,7 +461,7 @@ dependencies = [
[[package]]
name = "sad"
-version = "0.4.27"
+version = "0.4.28"
dependencies = [
"aho-corasick",
"ansi_term",
diff --git a/Cargo.toml b/Cargo.toml
index c501125..6aca401 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ authors = ["git@bigly.dog"]
description = "Space Age seD | https://github.com/ms-jpq/sad"
edition = "2021"
name = "sad"
-version = "0.4.27"
+version = "0.4.28"
[dependencies]
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5534b85..654d2da 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
## Good news
-v0.4.27
+v0.4.28
- Give up on trying to solve windows edge cases, instead of not working at all, it now works for utf-8 only
diff --git a/src/argparse.rs b/src/argparse.rs
index 7bde102..762b4a1 100644
--- a/src/argparse.rs
+++ b/src/argparse.rs
@@ -66,7 +66,7 @@ pub struct Arguments {
#[clap(short, long)]
pub flags: Option<String>,
- /// Colourizing program, disable = never, default = $GIT_PAGER
+ /// Colourizing program, disable = never, default = `$GIT_PAGER`
///
/// Uses bash shell syntax for splitting
#[clap(short, long)]