about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS3
3 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 26e7934..a3633c9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1359,7 +1359,7 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
 
 [[package]]
 name = "pr-tracker"
-version = "1.0.0"
+version = "1.2.0"
 dependencies = [
  "askama",
  "async-std",
diff --git a/Cargo.toml b/Cargo.toml
index f13dc12..c21bfb6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@
 
 [package]
 name = "pr-tracker"
-version = "1.0.0"
+version = "1.2.0"
 authors = ["Alyssa Ross <hi@alyssa.is>"]
 edition = "2018"
 license = "AGPL-3.0-or-later WITH GPL-3.0-linking-exception"
diff --git a/NEWS b/NEWS
index cb57b81..aa6f801 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 SPDX-License-Identifier: CC0-1.0
 SPDX-FileCopyrightText: 2021-2022 Alyssa Ross <hi@alyssa.is>
 
+pr-tracker 1.2.0 (2022-03-22)
+=============================
+
 • Add links to Hydra
 • Add missing space before "(closed)" in PR title
 • Update dependencies