Skip to content

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
lostfocus committed Dec 17, 2022
2 parents caec35b + 8399dab commit 1b79b9f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHP Composer

on:
push:
branches: [ "main" ]
branches: [ "main", "develop" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "develop" ]

permissions:
contents: read
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

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).

## [0.2.0] - 2022-12-17

### Changed

* Updated after the rename of `php-weather/common` to `php-weather/core`
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# PHP Weather Provider for Tomorrow.io

![Packagist Version](https://img.shields.io/packagist/v/php-weather/tomorrow)
![PHP Weather Common Version](https://img.shields.io/badge/phpweather--common-0.3.*-brightgreen)
![PHP Weather HTTP Provider Version](https://img.shields.io/badge/phpweather--http--provider-0.4.*-brightgreen)
![PHP Weather Common Version](https://img.shields.io/badge/phpweather--core-0.4.*-brightgreen)
![PHP Weather HTTP Provider Version](https://img.shields.io/badge/phpweather--http--provider-0.5.*-brightgreen)
![GitHub Release Date](https://img.shields.io/github/release-date/php-weather/tomorrow)
![GitHub commits since tagged version](https://img.shields.io/github/commits-since/php-weather/tomorrow/0.1.0)
![GitHub commits since tagged version](https://img.shields.io/github/commits-since/php-weather/tomorrow/0.2.0)
![GitHub last commit](https://img.shields.io/github/last-commit/php-weather/tomorrow)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/php-weather/tomorrow/PHP%20Composer)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/php-weather/tomorrow/php.yml?branch=main)
![GitHub](https://img.shields.io/github/license/php-weather/tomorrow)
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/php-weather/tomorrow)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"require": {
"php": "8.0.*|8.1.*",
"ext-json": "*",
"php-weather/http-provider": "0.4.*",
"php-weather/common": "0.3.*"
"php-weather/http-provider": "^0.5",
"php-weather/core": "^0.4"
},
"require-dev": {
"jetbrains/phpstorm-attributes": "^1.0",
Expand Down

0 comments on commit 1b79b9f

Please sign in to comment.