Skip to content

Commit

Permalink
Fixed bash misspelling; updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mtslzr committed Apr 3, 2020
1 parent 5da81c6 commit 2254ad9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build_test:
name: Build & Test API
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -14,4 +14,4 @@ jobs:
run: make

- name: Update Coverage
run: back <(curl -s https://codecov.io/bash)
run: bash <(curl -s https://codecov.io/bash)
6 changes: 5 additions & 1 deletion 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).

## [Unreleased]
### 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

0 comments on commit 2254ad9

Please sign in to comment.