From 7c4e18080b04a2810ea57ea8b208a51920a00008 Mon Sep 17 00:00:00 2001 From: Alexandre Cesaro Date: Wed, 2 Sep 2015 13:41:40 +0200 Subject: [PATCH] Bumped version to v2 --- CHANGELOG.md | 2 +- README.md | 8 ++++---- example_test.go | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a00487..a797ab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [2.0.0] - unreleased +## [2.0.0] - 2015-09-02 - Mailer has been removed. It has been replaced by Dialer and Sender. - `File` type and the `CreateFile` and `OpenFile` functions have been removed. diff --git a/README.md b/README.md index b0b7498..7a46c9c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Gomail -[![Build Status](https://travis-ci.org/go-gomail/gomail.svg?branch=v2-unstable)](https://travis-ci.org/go-gomail/gomail) [![Code Coverage](http://gocover.io/_badge/gopkg.in/gomail.v2-unstable)](http://gocover.io/gopkg.in/gomail.v2-unstable) [![Documentation](https://godoc.org/gopkg.in/gomail.v2-unstable?status.svg)](https://godoc.org/gopkg.in/gomail.v2-unstable) +[![Build Status](https://travis-ci.org/go-gomail/gomail.svg?branch=v2)](https://travis-ci.org/go-gomail/gomail) [![Code Coverage](http://gocover.io/_badge/gopkg.in/gomail.v2)](http://gocover.io/gopkg.in/gomail.v2) [![Documentation](https://godoc.org/gopkg.in/gomail.v2?status.svg)](https://godoc.org/gopkg.in/gomail.v2) ## Introduction @@ -26,17 +26,17 @@ Gomail supports: ## Documentation -https://godoc.org/gopkg.in/gomail.v2-unstable +https://godoc.org/gopkg.in/gomail.v2 ## Download - go get gopkg.in/gomail.v2-unstable + go get gopkg.in/gomail.v2 ## Examples -See the [examples in the documentation](https://godoc.org/gopkg.in/gomail.v2-unstable#example-package). +See the [examples in the documentation](https://godoc.org/gopkg.in/gomail.v2#example-package). ## FAQ diff --git a/example_test.go b/example_test.go index 59ff51a..8d9c6c2 100644 --- a/example_test.go +++ b/example_test.go @@ -7,7 +7,7 @@ import ( "log" "time" - "gopkg.in/gomail.v2-unstable" + "gopkg.in/gomail.v2" ) func Example() {