Skip to content

Commit

Permalink
chore: release 1.0.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-automaton[bot] authored Jun 24, 2023
1 parent 51ec2f3 commit ae89542
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [1.0.0](https://www.github.com/ksaveras/circuit-breaker-bundle/compare/v0.2.0...v1.0.0) (2023-06-24)


### ⚠ BREAKING CHANGES

* Bump circuit breaker (#10)
* Bump minimum PHP version to 8.1 (#2)

### Features

* Bump circuit breaker ([#10](https://www.github.com/ksaveras/circuit-breaker-bundle/issues/10)) ([5560f59](https://www.github.com/ksaveras/circuit-breaker-bundle/commit/5560f5965bfdfd9d337e7db817c242fe2fd41bdc))
* Bump minimum PHP version to 8.1 ([#2](https://www.github.com/ksaveras/circuit-breaker-bundle/issues/2)) ([df9c5f8](https://www.github.com/ksaveras/circuit-breaker-bundle/commit/df9c5f8482e0bb8e61d989733035c2209fb80349))


### Miscellaneous Chores

* Bump PHPUnit version to 10.2 ([#7](https://www.github.com/ksaveras/circuit-breaker-bundle/issues/7)) ([70da969](https://www.github.com/ksaveras/circuit-breaker-bundle/commit/70da969f0998d14f7a095037134e21249c990f9c))
* Remove Travis config ([#6](https://www.github.com/ksaveras/circuit-breaker-bundle/issues/6)) ([8d69cd7](https://www.github.com/ksaveras/circuit-breaker-bundle/commit/8d69cd79a18a26b0ec0dff6d0bcdd75468132ed1))
* Update list of keywords ([#11](https://www.github.com/ksaveras/circuit-breaker-bundle/issues/11)) ([c299efe](https://www.github.com/ksaveras/circuit-breaker-bundle/commit/c299efe25eb226ddd3dd47e51b3a34ff3f9a1ca6))
* Use stable version ([#12](https://www.github.com/ksaveras/circuit-breaker-bundle/issues/12)) ([51ec2f3](https://www.github.com/ksaveras/circuit-breaker-bundle/commit/51ec2f3cf30426938c3b3eebbc514caed4b38237))
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,14 @@
"rector:fix": "./vendor/bin/rector process",
"test": "./vendor/bin/phpunit",
"test:coverage": "./vendor/bin/phpunit --coverage-clover=coverage/clover.xml",
"static-analysis": ["@phpcs", "@phpstan", "@rector"]
"static-analysis": [
"@phpcs",
"@phpstan",
"@rector"
]
},
"config": {
"sort-packages": true
}
},
"version": "1.0.0"
}

0 comments on commit ae89542

Please sign in to comment.