From 1b92bc9bc44b9da9139b9e6d7c4ca2dd6b54e3d7 Mon Sep 17 00:00:00 2001 From: makeworld Date: Sun, 20 Dec 2020 17:26:39 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Ready=20for=20v1.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- README.md | 2 +- amfora.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 908a6b0..c641065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.7.0] - 2020-12-20 ### Added - **Subscriptions** to feeds and page changes (#61) - Opening local files with `file://` URIs (#103, #117) diff --git a/README.md b/README.md index fbafe74..8fa8d7d 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Features in *italics* are in the master branch, but not in the latest release. - Manage and browse them - Similar to [Kristall](https://github.com/MasterQ32/kristall) - https://lists.orbitalfox.eu/archives/gemini/2020/001400.html -- [x] *Subscriptions* +- [x] Subscriptions - Subscribing to RSS, Atom, and [JSON Feeds](https://jsonfeed.org/) are all supported - So is subscribing to a page, to know when it changes - [ ] Stream support diff --git a/amfora.go b/amfora.go index 650c041..8ca3d55 100644 --- a/amfora.go +++ b/amfora.go @@ -11,7 +11,7 @@ import ( ) var ( - version = "v1.6.0" + version = "v1.7.0" commit = "unknown" builtBy = "unknown" )