Skip to content

Commit

Permalink
Merge pull request #19 from mtslzr/release/v1.3.1
Browse files Browse the repository at this point in the history
Release v1.3.1
  • Loading branch information
mtslzr authored Apr 3, 2020
2 parents 61a0ba5 + 78300bc commit ed62208
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 20 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Actions

on: [push, pull_request]

jobs:
build_test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Make All
run: make

- name: Update Coverage
run: bash <(curl -s https://codecov.io/bash)
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ vendor
coverage.txt
*.out

# VSCode
# IDE
.idea
.vscode
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ 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.1] / 2020.04.03
### Changed
- Replaced CircleCI with GitHub Actions

## [1.3.0] / 2019.06.23
### Added
- Caching via [go-cache](https://github.com/patrickmn/go-cache)
- ClearCache function (to clear existing cache)

## [1.2.1] / 2019.06.23
### Changed
- Added additional unit tests for Search.
- Added additional unit tests for Search

## [1.2.0] / 2019.06.22
### Added
Expand Down Expand Up @@ -46,7 +50,8 @@ 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.0...HEAD
[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
[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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pokeapi-go
[![CircleCI](https://circleci.com/gh/mtslzr/pokeapi-go.svg?style=svg)](https://circleci.com/gh/mtslzr/pokeapi-go)
![Actions](https://github.com/mtslzr/pokeapi-go/workflows/Actions/badge.svg)
[![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 ed62208

Please sign in to comment.