adding release notes

This commit is contained in:
Eric Duncan 2017-02-03 12:03:48 -05:00
parent 0d25f0f25b
commit 748f6952fd
1 changed files with 7 additions and 3 deletions

10
doc.go
View File

@ -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