aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-05-06 20:28:37 +0200
committerTeddy Wing2021-05-06 20:28:37 +0200
commit7d57af01c211c5a8694eb8fb233e6922086558ab (patch)
tree8c58fe6ef63892ac7cef21309436bba2686a7001
parent51ec6ee411838b06edff7da278b34d46d5d6aca5 (diff)
downloadpdf-form-replace-font-master.tar.bz2
Increase version v0.0.1 -> v0.0.2HEADv0.0.2master
-rw-r--r--CHANGELOG13
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..742b09e
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,13 @@
+CHANGELOG
+=========
+
+v0.0.2 (2021-05-06):
+ Fixes:
+
+ * Previously, a free argument of "=" would cause the program to read a PDF
+ from standard input. This has been corrected to "-" instead of "=".
+
+v0.0.1 (2021-05-05):
+ First public release.
+
+ vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s*
diff --git a/Cargo.lock b/Cargo.lock
index b765c85..e7e1b2a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -255,7 +255,7 @@ dependencies = [
[[package]]
name = "pdf-form-replace-font"
-version = "0.0.1"
+version = "0.0.2"
dependencies = [
"anyhow",
"exitcode",
diff --git a/Cargo.toml b/Cargo.toml
index 5e06e7e..869d93d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pdf-form-replace-font"
-version = "0.0.1"
+version = "0.0.2"
edition = "2018"
[dependencies]