From 7504282c28239d7cd2f5448ed94adbf9faeaf249 Mon Sep 17 00:00:00 2001 From: Eric Duncan Date: Sun, 5 Mar 2017 11:18:00 -0500 Subject: [PATCH] final release --- README.md | 13 ++++++++++++- doc.go | 14 +++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f31f112..10c2b0a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Notably, the [Podcast.AddItem(i Item)](#Podcast.AddItem) function performs most of the heavy lifting by taking the [Item](#Item) input and performing validation, overrides and duplicate setters through the feed. -See the detailed Examples of the API at https://godoc.org/github.com/eduncan911/podcast. +Full detailed Examples of the API are at https://godoc.org/github.com/eduncan911/podcast. ### Extensibility In no way are you restricted in having full control over your feeds. You may @@ -39,6 +39,17 @@ RSS 2.0: https://cyber.harvard. Podcasts: https://help.apple.com/itc/podcasts_connect/#/itca5b22233 +### Final Release +This project is now in maintenance mode. This means no more planned releases expected. + +With the success of 6 iTunes-accepted podcasts I have published with this library, and +with the feedback from the community, this library is now considered stable and complete. + +Feel free to open an issue, file a bug or suggest a non-breaking enhancement and I will +address it as soon as possible. + +Thank you! + ### Release Notes 1.3.1 * increased itunes compliance after feedback from Apple: diff --git a/doc.go b/doc.go index 662e662..e486222 100644 --- a/doc.go +++ b/doc.go @@ -19,7 +19,7 @@ // of the heavy lifting by taking the [Item](#Item) input and performing // validation, overrides and duplicate setters through the feed. // -// See the detailed Examples of the API at https://godoc.org/github.com/eduncan911/podcast. +// Full detailed Examples of the API are at https://godoc.org/github.com/eduncan911/podcast. // // Extensibility // @@ -35,6 +35,18 @@ // // Podcasts: https://help.apple.com/itc/podcasts_connect/#/itca5b22233 // +// Final Release +// +// This project is now in maintenance mode. This means no more planned releases expected. +// +// With the success of 6 iTunes-accepted podcasts I have published with this library, and +// with the feedback from the community, this library is now considered stable and complete. +// +// Feel free to open an issue, file a bug or suggest a non-breaking enhancement and I will +// address it as soon as possible. +// +// Thank you! +// // Release Notes // // 1.3.1