Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Dec 9, 2021
1 parent 80d621c commit 23227ad
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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
Expand Up @@ -9,7 +9,7 @@ license = "GPL-3.0-or-later"
name = "git-ignore-generator"
readme = "README.md"
repository = "https://github.com/sondr3/git-ignore"
version = "1.1.2"
version = "1.2.0"

[[bin]]
name = "git-ignore"
Expand Down
8 changes: 4 additions & 4 deletions assets/git-ignore.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
.\" Generator: Asciidoctor 2.0.16
.\" Date: 2021-11-21
.\" Manual: \ \&
.\" Source: git-ignore v1.1.2
.\" Source: git-ignore v1.2.0
.\" Language: English
.\"
.TH "GIT\-IGNORE" "1" "2021-11-21" "git\-ignore v1.1.2" "\ \&"
.TH "GIT\-IGNORE" "1" "2021-11-21" "git\-ignore v1.2.0" "\ \&"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -153,7 +153,7 @@ Created alias rust for ["rust", "visualstudiocode"]
.RE
.SH "VERSION"
.sp
v1.1.2
v1.2.0
.SH "RESOURCES"
.sp
\fBProject web site:\fP \c
Expand All @@ -166,4 +166,4 @@ v1.1.2
Free use of this software is granted under the terms of either the MIT or Apache\-2.0 license.
.SH "AUTHOR"
.sp
Sondre Nilsen
Sondre Nilsen
6 changes: 3 additions & 3 deletions assets/git-ignore.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= git-ignore(1)
Sondre Nilsen <nilsen.sondre@gmail.com>
v1.1.2
v1.2.0
:doctype: manpage
:man source: git-ignore v1.1.2
:man source: git-ignore v1.2.0

== Name

Expand Down Expand Up @@ -98,7 +98,7 @@ Add an alias for *rust* to *rust, visualstudiocode*::

== Version

v1.1.2
v1.2.0

== Resources

Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::io;

#[derive(Parser, Debug)]
#[clap(
name = "git ignore",
name = "git ignore",
about,
version,
author,
Expand Down

0 comments on commit 23227ad

Please sign in to comment.