Skip to content

Commit

Permalink
Merge pull request #8 from mechawrench/release/v2.1.1
Browse files Browse the repository at this point in the history
v2.1.1 Bug Fix Release
  • Loading branch information
mechawrench authored May 28, 2020
2 parents 99516dc + e1e726b commit 9ce78c2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,5 @@ If applicable, add screenshots to help explain your problem.
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.1] - 2020-05-28
### Updated
- Backlinks in the documentation should now point to correct locations

## [2.1.0] - 2020-05-28
### Added
- Ability to get all stations returned as a collection, use method getAllStations()
Expand All @@ -27,8 +31,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/mechawrench/cafcp-hydrogen-station-fuel-status/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/mechawrench/cafcp-hydrogen-station-fuel-status/releases/tag/v2.0.1...v2.1.0
[2.0.1]: https://github.com/mechawrench/cafcp-hydrogen-station-fuel-status/releases/tag/v2.0.0...v2.0.1
[2.0.0]: https://github.com/mechawrench/cafcp-hydrogen-station-fuel-status/releases/tag/v1.0.0...v2.0.0
[1.0.0]: https://github.com/mechawrench/cafcp-hydrogen-station-fuel-status/releases/tag/v1.0.0
[Unreleased]: https://github.com/mechawrench/cafcp-hydrogen-station-fuel-status/compare/v2.1.1...HEAD
[2.1.1]: https://github.com/mechawrench/cafcp-hydrogen-station-fuel-status/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/mechawrench/cafcp-hydrogen-station-fuel-status/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/mechawrench/cafcp-hydrogen-station-fuel-status/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/mechawrench/cafcp-hydrogen-station-fuel-status/compare/1.0.0...v2.0.0
[1.0.0]: https://github.com/mechawrench/cafcp-hydrogen-station-fuel-status/releases/tag/1.0.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CAFCP Hydrogen Station Fuel Status

![run-tests](https://github.com/mechawrench/cafcp-hydrogen-station-fuel-status/workflows/run-tests/badge.svg)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/mechawrench/cafcp-hydrogen-station-fuel-status.svg?style=flat-square)](https://packagist.org/packages/spatie/unit-conversions)
[![Total Downloads](https://img.shields.io/packagist/dt/mechawrench/cafcp-hydrogen-station-fuel-status.svg?style=flat-square)](https://packagist.org/packages/spatie/unit-conversions)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/mechawrench/cafcp-hydrogen-station-fuel-status.svg?style=flat-square)](https://packagist.org/packages/mechawrench/cafcp-hydrogen-station-fuel-status)
[![Total Downloads](https://img.shields.io/packagist/dt/mechawrench/cafcp-hydrogen-station-fuel-status.svg?style=flat-square)](https://packagist.org/packages/mechawrench/cafcp-hydrogen-station-fuel-status)


Retrieves the hydrogen station fuel availability status from CAFCP. Lists both H70 and H35 status and quantity. This package works with Laravel 7.x.
Expand Down Expand Up @@ -51,4 +51,4 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
- [All Contributors](../../contributors)

## License
[MIT](https://github.com/mechawrench/cafcp-hydrogen-station-fuel-statuss/blob/master/LICENSE.md)
[MIT](https://github.com/mechawrench/cafcp-hydrogen-station-fuel-status/blob/master/LICENSE.md)

0 comments on commit 9ce78c2

Please sign in to comment.