Skip to content

Commit

Permalink
Merge pull request #22 from mtslzr/release/v1.3.2
Browse files Browse the repository at this point in the history
Release v1.3.2
  • Loading branch information
mtslzr authored Apr 3, 2020
2 parents ed62208 + c4ae0f6 commit 7e79d07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.2] / 2020.04.03
### Added
- Current version to README.
### Fixed
- Missing version link in CHANGELOG.

## [1.3.1] / 2020.04.03
### Changed
- Replaced CircleCI with GitHub Actions
Expand Down Expand Up @@ -50,8 +56,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Resource endpoint for resource lists
- Unit tests for all endpoints

[Unreleased]: https://github.com/mtslzr/pokeapi-go/compare/v1.3.1...HEAD
[1.3.0]: https://github.com/mtslzr/pokeapi-go/compare/v1.3.0...v1.3.1
[Unreleased]: https://github.com/mtslzr/pokeapi-go/compare/v1.3.2...HEAD
[1.3.2]: https://github.com/mtslzr/pokeapi-go/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/mtslzr/pokeapi-go/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/mtslzr/pokeapi-go/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/mtslzr/pokeapi-go/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/mtslzr/pokeapi-go/compare/v1.1.1...v1.2.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# pokeapi-go
![Actions](https://github.com/mtslzr/pokeapi-go/workflows/Actions/badge.svg)
![Release](https://img.shields.io/github/v/release/mtslzr/pokeapi-go)
[![Codecov](https://img.shields.io/codecov/c/github/mtslzr/pokeapi-go.svg?style=flat)](https://codecov.io/gh/mtslzr/pokeapi-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/mtslzr/pokeapi-go?style=flat)](https://goreportcard.com/report/github.com/mtslzr/pokeapi-go)
[![GoDoc](https://img.shields.io/badge/go-documentation-blue.svg?style=flat)](http://godoc.org/github.com/mtslzr/pokeapi-go)
Expand Down

0 comments on commit 7e79d07

Please sign in to comment.