]> git.r.bdr.sh - rbdr/page/commitdiff
Bump version 1.4.1
authorRuben Beltran del Rio <redacted>
Sat, 4 Jan 2025 22:48:03 +0000 (23:48 +0100)
committerRuben Beltran del Rio <redacted>
Sat, 4 Jan 2025 22:48:03 +0000 (23:48 +0100)
Cargo.lock
Cargo.toml
man/page.1
test_utilities/Cargo.toml

index 8d45daf723681a7c6b0d9c9eecf974d2a32500af..d59d9b5e5b160f30b3d2f84ad15a8f02da74a43d 100644 (file)
@@ -10,7 +10,7 @@ checksum = "4056ce8c83e74c7f51c4676baea6ac2f2dc508b69d018260b56ed1d618de09e3"
 
 [[package]]
 name = "page"
 
 [[package]]
 name = "page"
-version = "1.4.0"
+version = "1.4.1"
 dependencies = [
  "gema_texto",
  "test_utilities",
 dependencies = [
  "gema_texto",
  "test_utilities",
@@ -18,4 +18,4 @@ dependencies = [
 
 [[package]]
 name = "test_utilities"
 
 [[package]]
 name = "test_utilities"
-version = "1.4.0"
+version = "1.4.1"
index 529955aeaf4e55d506e4a1d4cc82401d13bca879..efe1d937b84d76618d6e3d55676ee36d228e52e9 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "page"
 [package]
 name = "page"
-version = "1.4.0"
+version = "1.4.1"
 edition = "2021"
 license = "AGPL-3.0-or-later"
 description = "Command line tool to generate a static website and gemini capsule from a directory with gemtext."
 edition = "2021"
 license = "AGPL-3.0-or-later"
 description = "Command line tool to generate a static website and gemini capsule from a directory with gemtext."
index 501785db962838d32d61b9738727444b1287417a..172c963a54cf6a0562521965a764511d832a5ccb 100644 (file)
@@ -1,4 +1,4 @@
-.TH PAGE 1 "2024-03-13" "1.4.0" "Page Manual"
+.TH PAGE 1 "2024-03-13" "1.4.1" "Page Manual"
 .SH NAME
 page \- gemtext based static website generation tool for gemini and http.
 .SH SYNOPSIS
 .SH NAME
 page \- gemtext based static website generation tool for gemini and http.
 .SH SYNOPSIS
@@ -86,7 +86,7 @@ For example:
 Any file that isn't gemtext or the layout will be copied as-is. This includes
 hidden files! The only ones that are excluded are .git and .gitignore.
 .SH VERSION
 Any file that isn't gemtext or the layout will be copied as-is. This includes
 hidden files! The only ones that are excluded are .git and .gitignore.
 .SH VERSION
-.BR 1.4.0
+.BR 1.4.1
 .SH HOMEPAGE
 .I https://r.bdr.sh/page.html
 .SH AUTHORS
 .SH HOMEPAGE
 .I https://r.bdr.sh/page.html
 .SH AUTHORS
index c8a753fd35b781289e37c14e8506558928dc734b..cb8e30ca4f3e6277a4706e101644e0f07e0b4fb0 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "test_utilities"
 [package]
 name = "test_utilities"
-version = "1.4.0"
+version = "1.4.1"
 edition = "2021"
 license = "AGPL-3.0-or-later"
 description = "Shared test utilities for page"
 edition = "2021"
 license = "AGPL-3.0-or-later"
 description = "Shared test utilities for page"