Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit d1412e3

Browse files
committed
Fix: Use caret operator
1 parent 1d6912c commit d1412e3

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
For a full diff see [`0.9.1...master`][0.9.1...master].
9+
For a full diff see [`1.0.0...master`][1.0.0...master].
10+
11+
## [`1.0.0`][1.0.0]
12+
13+
For a full diff see [`0.9.1...1.0.0`][0.9.1...1.0.0].
1014

1115
## [`0.9.1`][0.9.1]
1216

@@ -68,11 +72,13 @@ For a full diff see [`0.7.0...0.8.0`][0.7.0...0.8.0].
6872
[0.8.0]: https://github.com/ergebnis/test-util/releases/tag/0.8.0
6973
[0.9.0]: https://github.com/ergebnis/test-util/releases/tag/0.9.0
7074
[0.9.1]: https://github.com/ergebnis/test-util/releases/tag/0.9.1
75+
[1.0.0]: https://github.com/ergebnis/test-util/releases/tag/1.0.0
7176

7277
[0.7.0...0.8.0]: https://github.com/ergebnis/test-util/compare/0.7.0...0.8.0
7378
[0.8.0...0.9.0]: https://github.com/ergebnis/test-util/compare/0.8.0...0.9.0
7479
[0.9.0...0.9.1]: https://github.com/ergebnis/test-util/compare/0.9.0...0.9.1
75-
[0.9.1...master]: https://github.com/ergebnis/test-util/compare/0.9.1...master
80+
[0.9.1...1.0.0]: https://github.com/ergebnis/test-util/compare/0.9.1...1.0.0
81+
[1.0.0...master]: https://github.com/ergebnis/test-util/compare/1.0.0...master
7682

7783
[#118]: https://github.com/ergebnis/test-util/pull/118
7884
[#119]: https://github.com/ergebnis/test-util/pull/119

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "^7.1",
21-
"ergebnis/classy": "~1.0.0",
21+
"ergebnis/classy": "^1.0.0",
2222
"fzaninotto/faker": "^1.9.0"
2323
},
2424
"require-dev": {

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)