Skip to content

Commit

Permalink
Prepare tpnote version v1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Getreu committed May 9, 2023
1 parent 49e5906 commit 40366a9
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 50 deletions.
82 changes: 41 additions & 41 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
Expand Up @@ -14,7 +14,7 @@ license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://gitlab.com/getreu/tp-note"
rust-version = "1.64.0"
version = "1.21.2"
version = "1.21.3"

[profile.release]
strip = "symbols"
Expand Down
4 changes: 2 additions & 2 deletions docs/build/man/man1/tpnote.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.10.1
.\"
.TH "TP-NOTE" "1" "2022-12-26" "Version 1.21.2" "Tp-Note documentation"
.TH "TP-NOTE" "1" "2023-05-09" "Version 1.21.3" "Tp-Note documentation"
.hy
.SH NAME
.PP
Expand Down Expand Up @@ -2291,7 +2291,7 @@ returned.
`\f[C]{{ path | ext }}\f[R]' is `\f[C]{{ path }}\f[R]'\[cq]s file
extension without dot (period), e.g.\ `\f[C]txt\f[R]' or `\f[C]md\f[R]'.
.IP \[bu] 2
`\f[C]{{ path | ext |\ prepend_dot }}\f[R]' is
`\f[C]{{ path | ext |\ prepend(with=\[aq].\[aq]) }}\f[R]' is
`\f[C]{{ path }}\f[R]'\[cq]s file extension with dot (period),
e.g.\ `\f[C].md\f[R]' or `\f[C].md\f[R]'.
.IP \[bu] 2
Expand Down
6 changes: 3 additions & 3 deletions docs/source/tpnote--manpage.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "TP-NOTE(1) Version 1.21.2 | Tp-Note documentation"
title: "TP-NOTE(1) Version 1.21.3 | Tp-Note documentation"
subtitle: "manpage"
author: "Jens Getreu"
version: "1.20.2"
version: "1.20.3"
filename_sync: false
date: "2022-12-26"
date: "2023-05-09"
lang: "en-GB"
---

Expand Down
4 changes: 2 additions & 2 deletions docs/source/tpnote--manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: "Tp-Note: save and edit your clipboard content as a note file"
subtitle: "Organize your notes with your favourite editor and markup language"
author: "Jens Getreu"
date: "2023-04-27"
version: "1.21.2"
date: "2023-05-09"
version: "1.21.3"
filename_sync: false
lang: "en-GB"
---
Expand Down
2 changes: 1 addition & 1 deletion tp-note/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const VERSION: Option<&'static str> = option_env!("CARGO_PKG_VERSION");
/// const MIN_CONFIG_FILE_VERSION: Option<&'static str> = None;
/// ```
///
const MIN_CONFIG_FILE_VERSION: Option<&'static str> = VERSION;
const MIN_CONFIG_FILE_VERSION: Option<&'static str> = Some("1.21.3");
/// Authors.
const AUTHOR: Option<&str> = option_env!("CARGO_PKG_AUTHORS");
/// Copyright.
Expand Down

0 comments on commit 40366a9

Please sign in to comment.