diff --git a/doc.go b/doc.go index 2318c4c..6355197 100644 --- a/doc.go +++ b/doc.go @@ -1,8 +1,6 @@ // Package podcast is an iTunes and RSS 2.0 podcast generator for GoLang that // enforces strict compliance by using its simple interface. // -// [![GoDoc](https://godoc.org/github.com/eduncan911/podcast?status.svg)](https://godoc.org/github.com/eduncan911/podcast) [![Build Status](https://travis-ci.org/eduncan911/podcast.svg?branch=master)](https://travis-ci.org/eduncan911/podcast) [![Go Report Card](https://goreportcard.com/badge/github.com/eduncan911/podcast)](https://goreportcard.com/report/github.com/eduncan911/podcast) -// // Full documentation with detailed examples located at https://godoc.org/github.com/eduncan911/podcast // // Usage @@ -17,7 +15,6 @@ // heavy lifting by taking the [Item](#Item) input and performing validation, overrides // and duplicate setters through the feed. // -// // See the detailed Examples in the GoDocs for complete usage. // // Extensibility @@ -33,4 +30,11 @@ // RSS 2.0: https://cyber.harvard.edu/rss/rss.html // // Podcasts: https://help.apple.com/itc/podcasts_connect/#/itca5b22233 +// +// Release Notes +// +// 1.0.0 +// * Initial release with 97% coverage (can't mock xml Encoder 3 lines of code). +// * Full documentation and full examples. +// package podcast