Skip to content

Commit 25dce23

Browse files
authored
Merge pull request #222 from mattfarina/update-readme-changelog
Updating readme and changelog for 3.0.2 release
2 parents d7e5449 + b438821 commit 25dce23

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog
22

3+
## Release 3.0.2 (2019-12-13)
4+
5+
### Fixed
6+
7+
- #220: Updating to semver v3.0.3 to fix issue with <= ranges
8+
- #218: fix typo elyptical->elliptic in ecdsa key description (thanks @laverya)
9+
310
## Release 3.0.1 (2019-12-08)
411

5-
## Fixed
12+
### Fixed
613

714
- #212: Updated semver fixing broken constraint checking with ^0.0
815

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Sprig: Template functions for Go templates [![GoDoc](https://godoc.org/github.com/Masterminds/sprig?status.svg)](https://godoc.org/github.com/Masterminds/sprig) [![Go Report Card](https://goreportcard.com/badge/github.com/Masterminds/sprig)](https://goreportcard.com/report/github.com/Masterminds/sprig)
1+
# Sprig: Template functions for Go templates
22

3+
[![GoDoc](https://img.shields.io/static/v1?label=godoc&message=reference&color=blue)](https://pkg.go.dev/github.com/Masterminds/sprig/v3)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/Masterminds/sprig)](https://goreportcard.com/report/github.com/Masterminds/sprig)
35
[![Stability: Sustained](https://masterminds.github.io/stability/sustained.svg)](https://masterminds.github.io/stability/sustained.html)
4-
[![Build Status](https://travis-ci.org/Masterminds/sprig.svg?branch=master)](https://travis-ci.org/Masterminds/sprig)
6+
[![](https://github.com/Masterminds/sprig/workflows/Tests/badge.svg)](https://github.com/Masterminds/sprig/actions)
57

68
The Go language comes with a [built-in template
79
language](http://golang.org/pkg/text/template/), but not

0 commit comments

Comments
 (0)